Apply suggestion from @tremor021

This commit is contained in:
Slaviša Arežina
2025-11-01 19:55:43 +01:00
committed by GitHub
parent 59dd09ab0f
commit 6f7d41817c

View File

@@ -23,7 +23,7 @@ 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"
msg_info "Setup Pangolin (Patience)"
msg_info "Setup Pangolin"
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