From 117a975ca958215761ef669ceb3ab094870ce00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sat, 1 Nov 2025 19:53:54 +0100 Subject: [PATCH] Update pangolin-install.sh --- install/pangolin-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/pangolin-install.sh b/install/pangolin-install.sh index 339cc5ace..e61b8ef1e 100644 --- a/install/pangolin-install.sh +++ b/install/pangolin-install.sh @@ -22,10 +22,10 @@ msg_ok "Installed Dependencies" NODE_VERSION="22" setup_nodejs fetch_and_deploy_gh_release "pangolin" "fosrl/pangolin" "tarball" fetch_and_deploy_gh_release "gerbil" "fosrl/gerbil" "singlefile" "latest" "/usr/bin" "gerbil_linux_amd64" -IP_ADDR=$(hostname -I | awk '{print $1}') -SECRET_KEY=$(openssl rand -base64 48 | tr -dc 'A-Za-z0-9' | head -c 32) msg_info "Setup Pangolin (Patience)" +IP_ADDR=$(hostname -I | awk '{print $1}') +SECRET_KEY=$(openssl rand -base64 48 | tr -dc 'A-Za-z0-9' | head -c 32) export BUILD=oss export DATABASE=sqlite cd /opt/pangolin