|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
cd /home/pi
|
|
|
|
|
cd ~
|
|
|
|
|
|
|
|
|
|
# Install the required packages
|
|
|
|
|
sudo apt update -y
|
|
|
|
|
@ -8,7 +8,7 @@ sudo apt install -y git curl wget nodejs npm samba samba-common-bin
|
|
|
|
|
|
|
|
|
|
git clone https://git.bpfilip.dk/fbp/video-player.git
|
|
|
|
|
|
|
|
|
|
pushd /home/pi/video-player
|
|
|
|
|
pushd ~/video-player
|
|
|
|
|
|
|
|
|
|
git pull
|
|
|
|
|
|
|
|
|
|
|