Compare commits

..

No commits in common. "c127e142182b8599cb4bd73d197b6ab6cdccb9c6" and "5b6c43914b5753596abc9c3f37fd47e406290e3c" have entirely different histories.

View File

@ -181,10 +181,9 @@ function install() {
local JWT_SECRET
JWT_SECRET=$(openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | head -c32)
# Force fresh download by removing version cache and setting CLEAN_INSTALL
rm -f "$HOME/.jellystat"
mkdir -p "$INSTALL_PATH"
msg_info "Downloading ${APP}"
fetch_and_deploy_gh_release "jellystat" "CyferShepard/Jellystat" "tarball" "latest" "$INSTALL_PATH"
msg_ok "Downloaded ${APP}"
msg_info "Installing dependencies"
cd "$INSTALL_PATH"