From 147c840b39f07ac34f2f7cbff6407b2d45fec314 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 19 Feb 2025 15:59:31 +0100 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 90d9cda..ccb5b23 100755 --- a/install.sh +++ b/install.sh @@ -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"