diff --git a/install.sh b/install.sh index b82ec6c..4b4b11e 100644 --- a/install.sh +++ b/install.sh @@ -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