From 6cf9ae3ae82c7f588777ab055f46462f6ae619c3 Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Tue, 9 Jan 2024 13:26:30 +0100 Subject: [PATCH] fix --- deployment/hetzner_cloud/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/hetzner_cloud/install.sh b/deployment/hetzner_cloud/install.sh index a18886eb6..b1a3d482f 100755 --- a/deployment/hetzner_cloud/install.sh +++ b/deployment/hetzner_cloud/install.sh @@ -76,7 +76,7 @@ ln -s $SCRIPT_PATH/nginx/conf.d /etc/nginx/ certbot certonly --nginx --non-interactive --agree-tos --domains $COMMUNITY_HOST --email $COMMUNITY_SUPPORT_MAIL # Install node 16. with nvm, with nodesource is depracted -sudo -u gradido curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash +sudo -u gradido bash -c 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash' # Close and reopen your terminal to start using nvm or run the following to use it now: export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm