1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 05:19:40 +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

@ -9,7 +9,7 @@ Choose to "install OpenSSH server"
That's all, no other packages needed
After reboot, login with the user create during the install and type :
After reboot, login with the user created during the install and type :
sudo apt install git
git clone https://github.com/dbarzin/pandora-box

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