This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update -y && sudo apt-get upgrade -y < /dev/null | |
sudo apt-get install python3 python3-setuptools python3-pip -y < /dev/null | |
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py | |
pip3 install setuptools_rust | |
pip3 install --upgrade pip | |
sudo python3 -m pip install --upgrade cryptography | |
sudo -H python3 -m pip install --upgrade setuptools ansible==2.8.5 pip | |
export LC_ALL=C.UTF-8 | |
sudo python3 install.py --production --user erpuser | |
sudo apt update -y && sudo apt upgrade -y < /dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install clamavdscan clamav-daemon -y | |
sudo apt-get purge clamav-daemon clamav-freshclam -y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install clamav clamav-daemon -y | |
sudo /etc/init.d/clamav-daemon enable |