From 85b5121a455da17b64b079062f1242930e83845d Mon Sep 17 00:00:00 2001 From: Filip Borum Poulsen Date: Thu, 21 Mar 2024 11:07:34 +0100 Subject: [PATCH] FIX install script --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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