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-12 11:35:00 +01:00 committed by GitHub
parent 411bdc1b31
commit add72dfff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,8 +163,9 @@ echo '0 20 * * * /sbin/poweroff' >> /etc/crontab
#---------------------
cd /home/$SUDO_USER/pandora-box
# Install pipx
apt install -y pipx
# FIM, pmount, psmisc (for killall), vim and pipx
apt --fix-broken install -y
apt install -y fim pmount psmisc vim pipx
# Python libraries
su - $SUDO_USER -c "pipx install pypandora"
@ -184,10 +185,6 @@ fi
mkdir -p /var/quarantine
chown $SUDO_USER /var/quarantine
# FIM, pmount, psmisc (for killall) and vim
apt --fix-broken install -y
apt install -y fim pmount psmisc vim
# Suppress all messages from the kernel (and its drivers) except panic messages from appearing on the console.
echo "kernel.printk = 3 4 1 3" | tee -a /etc/sysctl.conf
# Set Permanently ulimit -n / open files in ubuntu