FIX install script

main
Filip Borum Poulsen 2 years ago
parent ecd6cef529
commit 85b5121a45

@ -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

Loading…
Cancel
Save