From de4e0dbb845ee7f495fe110cd1f00eb2f36e97ed Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 23 Feb 2024 19:21:03 +0100 Subject: [PATCH] install npm 5 --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index e00146f..515baa3 100644 --- a/install.sh +++ b/install.sh @@ -172,6 +172,7 @@ read answer if [[ "$answer" == "y" ]]; then if [[ -z "$username" ]]; then username = $(getent passwd 1000 | cut -d: -f1) + echo $username fi su -c 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash &&\ export NVM_DIR="$HOME/.nvm" &&\