1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-02 20:35:26 +02:00

update install

This commit is contained in:
dbarzin 2022-07-04 21:20:31 +02:00
parent e3a718f1f9
commit e90deb3bfb
2 changed files with 5 additions and 2 deletions

View file

@ -117,6 +117,9 @@ echo "StandardInput=tty" >> /etc/systemd/system/getty@tty1.service.d/override.co
echo "StandardOutput=tty" >> /etc/systemd/system/getty@tty1.service.d/override.conf
echo "Type=idle" >> /etc/systemd/system/getty@tty1.service.d/override.conf
# Update pandora now
su - $SUDO_USER -c "cd /home/$SUDO_USER/pandora ; poetry run update --yes"
# Then reboot !
reboot