From c469a96e6d10bd87feb1b549af79b033b6d282cd Mon Sep 17 00:00:00 2001 From: jd-apprentice Date: Sat, 11 Jan 2025 03:37:16 -0300 Subject: [PATCH] chore: self script --- misc/install.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/install.func b/misc/install.func index 1a3cf5eb..8a10a60e 100644 --- a/misc/install.func +++ b/misc/install.func @@ -219,7 +219,7 @@ motd_ssh() { if [ -f "$MOTD_FILE" ]; then # Start MOTD with application info and link echo -e "\n${BOLD}${APPLICATION} LXC Container${CL}" > "$MOTD_FILE" - echo -e "${TAB}${GATEWAY}${YW} Provided by: ${GN}community-scripts ORG ${YW}| GitHub: ${GN}https://github.com/community-scripts/ProxmoxVE${CL}\n" >> "$MOTD_FILE" + echo -e "${TAB}${GATEWAY}${YW} Provided by: ${GN}community-scripts ORG ${YW}| GitHub: ${GN}https://github.com/jd-apprentice/ProxmoxVE${CL}\n" >> "$MOTD_FILE" # Add system information with icons echo -e "${TAB}${OS}${YW} OS: ${GN}${OS_NAME} - Version: ${OS_VERSION}${CL}" >> "$MOTD_FILE" @@ -253,6 +253,6 @@ EOF systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//') msg_ok "Customized Container" fi - echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update + echo "bash -c \"\$(wget -qLO - https://github.com/jd-apprentice/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update chmod +x /usr/bin/update }