Add earlyoom for responsiveness
This commit is contained in:
parent
011e9ca0dc
commit
acf3bd232f
2 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ def install_packages():
|
|||
"unixodbc",
|
||||
"unixodbc-dev",
|
||||
"wget",
|
||||
"earlyoom",
|
||||
]
|
||||
|
||||
run("sudo", "apt", "update")
|
||||
|
|
|
|||
|
|
@ -10,5 +10,7 @@ cd $MY_PATH
|
|||
# Run the basic setup.
|
||||
python3 "./setup.py"
|
||||
|
||||
bash -i -l -c "nvm install 18"
|
||||
|
||||
# Run the coder setup.
|
||||
python3 "./coder-setup.py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue