mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-18 21:09:41 +02:00
Update install.sh
This commit is contained in:
parent
411bdc1b31
commit
add72dfff5
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue