From 02f0457143d4df0b54a4dd812aa0b0d9e6439b26 Mon Sep 17 00:00:00 2001 From: Filip Borum Poulsen Date: Thu, 21 Mar 2024 11:44:31 +0100 Subject: [PATCH] FIX permissions --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index b8b5346..88e3de9 100644 --- a/install.sh +++ b/install.sh @@ -8,6 +8,8 @@ sudo apt install -y git curl wget nodejs npm samba samba-common-bin git clone https://git.bpfilip.dk/fbp/video-player.git +sudo chown -R steady:steady ~/video-player + pushd ~/video-player git pull