diff --git a/install.sh b/install.sh index ef03fbc..5a08520 100755 --- a/install.sh +++ b/install.sh @@ -187,10 +187,10 @@ echo "ExecStart=" >> /etc/systemd/system/getty@tty1.service.d/override.conf echo "ExecStart=-/sbin/agetty --autologin pandora --noclear %I $TERM" >> /etc/systemd/system/getty@tty1.service.d/override.conf # Start pandora from bashrc -su - $SUDO_USER -c echo \"~/pandora-box/pandora-box.py\" >> ~/.bashrc +echo "pandora-box/pandora-box.py" >> ~/.bashrc # Copy ini file -cp pandora-box.ini.curses pandora-dox.ini +cp pandora-box.ini.curses pandora-box.ini # Reboot echo "You may reboot the server."