mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add sqlite3 to optional packages
This commit is contained in:
parent
4bb9fbdaee
commit
d3f6479c6f
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 -y")
|
run("sudo apt install python3 python3-pip python3-venv ufw nginx systemd -y")
|
||||||
|
|
||||||
step("Install optional system packages")
|
step("Install optional system packages")
|
||||||
run("sudo apt install htop rsync")
|
run("sudo apt install htop rsync sqlite3")
|
||||||
|
|
||||||
step("Setup firewall")
|
step("Setup firewall")
|
||||||
run("sudo ufw default allow outgoing")
|
run("sudo ufw default allow outgoing")
|
||||||
|
|
Loading…
Reference in a new issue