1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 05:19:40 +02:00

Update install.sh

This commit is contained in:
Didier Barzin 2025-02-19 15:59:31 +01:00 committed by GitHub
parent 70ac6829db
commit 147c840b39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,9 +163,9 @@ echo '0 20 * * * /sbin/poweroff' >> /etc/crontab
#---------------------
cd /home/$SUDO_USER/pandora-box
# FIM, pmount, psmisc (for killall), vim and pipx
# FIM, puthon3-venv pmount, psmisc (for killall) and vim
apt --fix-broken install -y
apt install -y fim pmount psmisc vim
apt install -y fim python3-venv pmount psmisc vim
# Python libraries
su - $SUDO_USER -c "python -m venv /home/$SUDO_USER/.local"