From 8f3a7d320c58d649b27ca3193d6f99eba55ff6c3 Mon Sep 17 00:00:00 2001 From: Filip Borum Poulsen Date: Tue, 19 Mar 2024 17:22:27 +0100 Subject: [PATCH] FIX git pull in working dir --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2c5dd6f..b82ec6c 100644 --- a/install.sh +++ b/install.sh @@ -7,10 +7,11 @@ sudo apt update -y sudo apt install -y git curl wget nodejs npm samba samba-common-bin git clone https://git.bpfilip.dk/fbp/video-player.git -git pull pushd /home/pi/video-player +git pull + npm install # Create the samba share