mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add rsync to optional software
This commit is contained in:
parent
12928397ac
commit
56c7212323
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue