From 411bdc1b31d729d3148df8d07f1f8d9225262db5 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 12 Feb 2025 10:18:45 +0100 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5bd4be1..4c710b5 100755 --- a/install.sh +++ b/install.sh @@ -248,8 +248,8 @@ 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 -echo "export PATH=\"\$HOME/.local/bin:{\$PATH}\"" >> /home/$SUDO_USER/.bashrc -echo "exec pandora-box/pandora-box.py" >> /home/$SUDO_USER/.bashrc +#echo "export PATH=\"\$HOME/.local/bin:{\$PATH}\"" >> /home/$SUDO_USER/.bashrc +#echo "exec pandora-box/pandora-box.py" >> /home/$SUDO_USER/.bashrc # Copy ini file su - $SUDO_USER -c "cp ~/pandora-box/pandora-box.ini.curses ~/pandora-box/pandora-box.ini"