Change paths in build.func install.func and mattermost.sh

This commit is for testing purposes and will be reverted before creating the pull request.
This commit is contained in:
Dracentis
2025-01-29 18:07:31 -05:00
parent ba5d5c3cf7
commit 084c71fbdc
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# Author: tteck (tteckster)
# Co-Author: MickLesk
# License: MIT
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# https://raw.githubusercontent.com/Dracentis/ProxmoxVE/main/LICENSE
# This function sets color variables for formatting output in the terminal
color() {
@@ -244,7 +244,7 @@ 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://raw.githubusercontent.com/Dracentis/ProxmoxVE/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
if [[ -n "${SSH_AUTHORIZED_KEY}" ]]; then