From 935d2ebeef60345093fc81a5aa1d2c7db9cf9161 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 11 Aug 2026 21:39:56 +0200 Subject: [PATCH] Update source URL for Reactive Resume (#16407) --- ct/reactive-resume.sh | 3 +-- install/reactive-resume-install.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ct/reactive-resume.sh b/ct/reactive-resume.sh index 04e376c8a..9ba5b80e0 100644 --- a/ct/reactive-resume.sh +++ b/ct/reactive-resume.sh @@ -3,7 +3,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # Copyright (c) 2021-2026 community-scripts ORG # Author: vhsdream | MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://rxresume.org | Github: https://github.com/amruthpillai/reactive-resume +# Source: https://rxresu.me/ | Github: https://github.com/amruthpillai/reactive-resume APP="Reactive-Resume" var_tags="${var_tags:-documents}" @@ -45,7 +45,6 @@ function update_script() { msg_info "Updating Reactive Resume (Patience)" cd /opt/reactive-resume export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 - corepack prepare --activate export CI="true" export NODE_ENV="production" diff --git a/install/reactive-resume-install.sh b/install/reactive-resume-install.sh index 35cbee5f2..27dc24cfa 100644 --- a/install/reactive-resume-install.sh +++ b/install/reactive-resume-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: vhsdream | Rewrite: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://rxresume.org | Github: https://github.com/amruthpillai/reactive-resume +# Source: https://rxresu.me/ | Github: https://github.com/amruthpillai/reactive-resume source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color @@ -39,7 +39,6 @@ msg_ok "Built Reactive Resume" msg_info "Configuring Reactive Resume" AUTH_SECRET=$(openssl rand -hex 32) - cat </opt/reactive-resume/.env # Reactive Resume v5 Configuration NODE_ENV=production