mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
Update install.sh
This commit is contained in:
parent
641e226f89
commit
a2321524c4
1 changed files with 3 additions and 1 deletions
|
@ -138,8 +138,10 @@ wget http://cdn.download.comodo.com/av/updates58/sigs/bases/bases.cav -O /opt/CO
|
||||||
# Configure Pandora workers
|
# Configure Pandora workers
|
||||||
cd ~/pandora
|
cd ~/pandora
|
||||||
for file in pandora/workers/*.sample; do cp -i ${file} ${file%%.sample}; done
|
for file in pandora/workers/*.sample; do cp -i ${file} ${file%%.sample}; done
|
||||||
|
# remove some workers
|
||||||
|
rm pandora/workers/preview.yml
|
||||||
|
|
||||||
# Update Pandora
|
# Update Pandor
|
||||||
su - $SUDO_USER -c "cd ~/pandora; poetry run update --yes"
|
su - $SUDO_USER -c "cd ~/pandora; poetry run update --yes"
|
||||||
|
|
||||||
# Remove files from quarantine after 180 days
|
# Remove files from quarantine after 180 days
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue