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:
parent
70ac6829db
commit
147c840b39
1 changed files with 2 additions and 2 deletions
|
@ -163,9 +163,9 @@ echo '0 20 * * * /sbin/poweroff' >> /etc/crontab
|
||||||
#---------------------
|
#---------------------
|
||||||
cd /home/$SUDO_USER/pandora-box
|
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 --fix-broken install -y
|
||||||
apt install -y fim pmount psmisc vim
|
apt install -y fim python3-venv pmount psmisc vim
|
||||||
|
|
||||||
# Python libraries
|
# Python libraries
|
||||||
su - $SUDO_USER -c "python -m venv /home/$SUDO_USER/.local"
|
su - $SUDO_USER -c "python -m venv /home/$SUDO_USER/.local"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue