diff --git a/coder-setup.py b/coder-setup.py index 538550c..3f2b16f 100644 --- a/coder-setup.py +++ b/coder-setup.py @@ -33,6 +33,7 @@ def install_packages(): "unixodbc", "unixodbc-dev", "wget", + "earlyoom", ] run("sudo", "apt", "update") diff --git a/install.sh b/install.sh index 64822a1..c983369 100755 --- a/install.sh +++ b/install.sh @@ -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"