From 60f7a65d8b847755f3536fbe2124d5a52b83b8f7 Mon Sep 17 00:00:00 2001 From: MishalAbdullah <85678545+Mishalabdullah@users.noreply.github.com> Date: Fri, 3 May 2024 16:56:04 +0530 Subject: [PATCH] v 2 --- onix-gui/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onix-gui/start.sh b/onix-gui/start.sh index fa3073d..8ffc509 100755 --- a/onix-gui/start.sh +++ b/onix-gui/start.sh @@ -27,7 +27,7 @@ source ~/.bashrc && export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion -nvm install Iron && +nvm install 20 && npm i -g localtunnel && # Add user to the docker group and apply permissions