From a4c48aafb549002e52c287edb92f8e44f882d781 Mon Sep 17 00:00:00 2001 From: Filip Borum Poulsen Date: Tue, 19 Mar 2024 17:21:34 +0100 Subject: [PATCH] Add git pull command to install script --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 535a204..2c5dd6f 100644 --- a/install.sh +++ b/install.sh @@ -7,6 +7,7 @@ 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