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

Add sqlite3 to optional packages

This commit is contained in:
Mo 2022-06-02 01:35:57 +02:00
parent 4bb9fbdaee
commit d3f6479c6f

View file

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