From b6f02e181a279614f2fa8b9896c8d17f0968f97c Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Fri, 24 Feb 2023 13:59:38 +0100 Subject: [PATCH] add poetry path --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 5eb9807..21f4b61 100755 --- a/install.sh +++ b/install.sh @@ -201,6 +201,7 @@ echo "ExecStart=-/sbin/agetty --autologin pandora --noclear %I $TERM" >> /etc/sy # echo "ExecStart=-su - pandora -c ./pandora-box/pandora-box.py" >> /etc/systemd/system/getty@tty1.service.d/override.conf # Start pandora from bashrc +su - $SUDO_USER -c 'echo "export PATH=\"\$HOME/.local/bin:{\$PATH}\""' >> ~/.bashrc su - $SUDO_USER -c 'echo "pandora-box/pandora-box.py" >> ~/.bashrc' # Copy ini file