From efad9db133c4c792f36dcfa1d52e4fbc27e2c232 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Sun, 19 Feb 2023 21:06:30 +0100 Subject: [PATCH] typo --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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."