mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
fix error in script
This commit is contained in:
parent
d1033dadf5
commit
35df884a61
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ wget http://cdn.download.comodo.com/av/updates58/sigs/bases/bases.cav -O /opt/CO
|
|||
# su - $SUDO_USER -c 'cd pandora; for file in pandora/workers/*.sample; do cp -i ${file} ${file%%.sample}; done'
|
||||
|
||||
# Disable all workers
|
||||
su - $SUDO_USER -c 'cd pandora; mkdir pandora/workers/disabled; mv pandora/workers/* pandora/workers/disabled'
|
||||
su - $SUDO_USER -c 'cd pandora && mkdir pandora/workers/disabled && mv pandora/workers/*.sample pandora/workers/*.py pandora/workers/disabled'
|
||||
|
||||
# select some workers
|
||||
su - $SUDO_USER -c 'cd pandora; cp pandora/workers/disabled/base.* pandora/workers'
|
||||
|
@ -154,7 +154,7 @@ chown $SUDO_USER /var/quarantine
|
|||
|
||||
# FIM, pmount and pmish (for killall)
|
||||
apt --fix-broken install -y
|
||||
apt install -y fim pmount pmisc
|
||||
apt install -y fim pmount pmisc 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue