1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-02 20:35:26 +02:00
This commit is contained in:
Didier Barzin 2023-02-19 21:03:50 +01:00 committed by GitHub
parent 61fef45ea9
commit 9e61fff575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,7 +187,7 @@ 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
echo "~/pandora-box/pandora-box.py" >> ~/.bashrc
su - $SUDO_USER -c echo \"~/pandora-box/pandora-box.py\" >> ~/.bashrc
# Copy ini file
cp pandora-box.ini.curses pandora-dox.ini