Change paths in all files

Points all files to my fork for testing.
This commit is contained in:
Dracentis
2025-01-29 18:29:13 -05:00
parent d148d69822
commit 2f93e39233
548 changed files with 1447 additions and 1447 deletions

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
source <(curl -s https://raw.githubusercontent.com/Dracentis/ProxmoxVe/main/misc/build.func)
# Copyright (c) 2021-2025 community-scripts ORG
# Author: tteck (tteckster) | Co-Author: MickLesk (CanbiZ)
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# License: MIT | https://github.com/Dracentis/ProxmoxVe/raw/main/LICENSE
# Source: https://www.home-assistant.io/
# App Default Values
@ -30,7 +30,7 @@ function update_script() {
# OS Check
if ! lsb_release -d | grep -q "Ubuntu 24.10"; then
msg_error "Wrong OS detected. This script only supports Ubuntu 24.10."
msg_error "Read Guide: https://github.com/community-scripts/ProxmoxVE/discussions/1549"
msg_error "Read Guide: https://github.com/Dracentis/ProxmoxVe/discussions/1549"
exit 1
fi
check_container_storage
@ -136,4 +136,4 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8123${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8123${CL}"