Add earlyoom for responsiveness

This commit is contained in:
John Doty 2024-03-06 20:54:05 +00:00
parent 011e9ca0dc
commit acf3bd232f
2 changed files with 3 additions and 0 deletions

View file

@ -33,6 +33,7 @@ def install_packages():
"unixodbc",
"unixodbc-dev",
"wget",
"earlyoom",
]
run("sudo", "apt", "update")