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

@ -3,7 +3,7 @@
# Co-Author: MickLesk
# Co-Author: michelroegl-brunner
# License: MIT
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# https://raw.githubusercontent.com/Dracentis/ProxmoxVE/main/LICENSE
variables() {
NSAPP=$(echo ${APP,,} | tr -d ' ') # This function sets the NSAPP variable by converting the value of the APP variable to lowercase and removing any spaces.
@ -239,7 +239,7 @@ update_motd_ip() {
# Function to download & save header files
get_header() {
local app_name=$(echo ${APP,,} | tr -d ' ')
local header_url="https://github.com/community-scripts/ProxmoxVE/raw/main/ct/headers/${app_name}"
local header_url="https://raw.githubusercontent.com/Dracentis/ProxmoxVE/main/ct/headers/${app_name}"
local local_header_path="/usr/local/community-scripts/headers/${app_name}"
mkdir -p "/usr/local/community-scripts/headers"