1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Add rsync to optional software

This commit is contained in:
Mo 2022-05-21 15:53:30 +02:00
parent 12928397ac
commit 56c7212323

View file

@ -23,7 +23,7 @@ def main():
run("sudo apt install python3 python3-pip python3-venv ufw nginx systemd asciidoctor -y")
step("Install optional system packages")
run("sudo apt install htop")
run("sudo apt install htop rsync")
step("Setup firewall")
run("sudo ufw default allow outgoing")