From 5f653e6cf8ab863446b55632758d1dc5c166b45e Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 15 Feb 2023 11:25:39 +0100 Subject: [PATCH] fix path issue --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 8d685bd..94985bb 100755 --- a/install.sh +++ b/install.sh @@ -123,6 +123,7 @@ su - $SUDO_USER -c 'cd pandora; poetry run update --yes' #--------------------- # Pandora-box #--------------------- +cd /home/$SUDO_USER/pandora-box # Python libraries su - $SUDO_USER -c "pip install pypandora psutil pyudev"