mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
update install
This commit is contained in:
parent
e3a718f1f9
commit
e90deb3bfb
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue