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" &&\