1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00
This commit is contained in:
Didier Barzin 2023-02-19 21:06:30 +01:00 committed by GitHub
parent 9e61fff575
commit efad9db133
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 echo "ExecStart=-/sbin/agetty --autologin pandora --noclear %I $TERM" >> /etc/systemd/system/getty@tty1.service.d/override.conf
# Start pandora from bashrc # 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 # Copy ini file
cp pandora-box.ini.curses pandora-dox.ini cp pandora-box.ini.curses pandora-box.ini
# Reboot # Reboot
echo "You may reboot the server." echo "You may reboot the server."