mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-26 06:07:15 +02:00
Change source URL in reactive-resume-install.sh
Updated source URL for Reactive Resume in install script.
This commit is contained in:
committed by
GitHub
parent
eac7e5945c
commit
083769f0ad
@@ -3,7 +3,7 @@
|
|||||||
# Copyright (c) 2021-2026 community-scripts ORG
|
# Copyright (c) 2021-2026 community-scripts ORG
|
||||||
# Author: vhsdream | Rewrite: MickLesk (CanbiZ)
|
# Author: vhsdream | Rewrite: MickLesk (CanbiZ)
|
||||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
# 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"
|
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
|
||||||
color
|
color
|
||||||
@@ -39,7 +39,6 @@ msg_ok "Built Reactive Resume"
|
|||||||
|
|
||||||
msg_info "Configuring Reactive Resume"
|
msg_info "Configuring Reactive Resume"
|
||||||
AUTH_SECRET=$(openssl rand -hex 32)
|
AUTH_SECRET=$(openssl rand -hex 32)
|
||||||
|
|
||||||
cat <<EOF >/opt/reactive-resume/.env
|
cat <<EOF >/opt/reactive-resume/.env
|
||||||
# Reactive Resume v5 Configuration
|
# Reactive Resume v5 Configuration
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
|
|||||||
Reference in New Issue
Block a user