From 5756197107f454c1444e539111ecb2bdd906dc6a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:22:59 +0100 Subject: [PATCH] fix paths --- ct/ampache.sh | 49 ++++-------------------------------- ct/apache-tomcat.sh | 2 +- ct/babybuddy.sh | 2 +- ct/docspell.sh | 7 +++--- ct/documenso.sh | 2 +- ct/ghostfolio.sh | 2 +- ct/healthchecks.sh | 2 +- ct/hoodik.sh | 2 +- ct/koel.sh | 2 +- ct/mattermost.sh | 2 +- ct/maxun.sh | 2 +- ct/netbootxyz.sh | 2 +- ct/pixelfed.sh | 2 +- ct/roundcubemail.sh | 2 +- ct/squirrelserversmanager.sh | 2 +- ct/timescaledb.sh | 2 +- ct/wallabag.sh | 2 +- 17 files changed, 23 insertions(+), 63 deletions(-) diff --git a/ct/ampache.sh b/ct/ampache.sh index a807782..6f8ad78 100644 --- a/ct/ampache.sh +++ b/ct/ampache.sh @@ -1,60 +1,21 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) -# Copyright (c) 2021-2024 tteck +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) +# Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) -# License: MIT -# https://github.com/tteck/Proxmox/raw/main/LICENSE +# License: MIT | https://github.com/tteck/Proxmox/raw/main/LICENSE -function header_info { -clear -cat <<"EOF" -______ _ _ -| _ \ | | | -| | | |___ ___ ___ _ __ ___| | | -| | | / _ \ / __/ __| '_ \ / _ \ | | -| |/ / (_) | (__\__ \ |_) | __/ | | -|___/ \___/ \___|___/ .__/ \___|_|_| - | | - |_| - -EOF -} -header_info -echo -e "Loading..." APP="Ampache" var_disk="5" var_cpu="4" var_ram="2048" var_os="debian" var_version="12" + +header_info "$APP" variables color catch_errors -function default_settings() { - CT_TYPE="1" - PW="" - CT_ID=$NEXTID - HN=$NSAPP - DISK_SIZE="$var_disk" - CORE_COUNT="$var_cpu" - RAM_SIZE="$var_ram" - BRG="vmbr0" - NET="dhcp" - GATE="" - APT_CACHER="" - APT_CACHER_IP="" - DISABLEIP6="no" - MTU="" - SD="" - NS="" - MAC="" - VLAN="" - SSH="no" - VERB="no" - echo_default -} - function update_script() { header_info if [[ ! -d /opt/ampache ]]; then diff --git a/ct/apache-tomcat.sh b/ct/apache-tomcat.sh index 54f7464..bf87dde 100644 --- a/ct/apache-tomcat.sh +++ b/ct/apache-tomcat.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE diff --git a/ct/babybuddy.sh b/ct/babybuddy.sh index 6c5567e..905adc7 100644 --- a/ct/babybuddy.sh +++ b/ct/babybuddy.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck # Co-Author: MickLesk (Canbiz) diff --git a/ct/docspell.sh b/ct/docspell.sh index 62c48a8..c9d4de2 100644 --- a/ct/docspell.sh +++ b/ct/docspell.sh @@ -1,9 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) -# Copyright (c) 2021-2024 tteck +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) +# Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) -# License: MIT -# https://github.com/tteck/Proxmox/raw/main/LICENSE +# License: MIT | https://github.com/tteck/Proxmox/raw/main/LICENSE function header_info { clear diff --git a/ct/documenso.sh b/ct/documenso.sh index 46e942a..01496fe 100644 --- a/ct/documenso.sh +++ b/ct/documenso.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck # Co-Author: MickLesk (Canbiz) diff --git a/ct/ghostfolio.sh b/ct/ghostfolio.sh index 0d3dcb5..4a9a566 100644 --- a/ct/ghostfolio.sh +++ b/ct/ghostfolio.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck # Co-Author: jcantosz diff --git a/ct/healthchecks.sh b/ct/healthchecks.sh index b6d7ab7..e42dd8c 100644 --- a/ct/healthchecks.sh +++ b/ct/healthchecks.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 tteck # Authors: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE diff --git a/ct/hoodik.sh b/ct/hoodik.sh index 2cf9732..974d685 100644 --- a/ct/hoodik.sh +++ b/ct/hoodik.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck # Co-Author: MickLesk (Canbiz) diff --git a/ct/koel.sh b/ct/koel.sh index ac4a5da..aafaa5b 100644 --- a/ct/koel.sh +++ b/ct/koel.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2024 communtiy-scripts ORG # Author: MickLesk (Canbiz) # License: MIT diff --git a/ct/mattermost.sh b/ct/mattermost.sh index 5401b28..402bf57 100644 --- a/ct/mattermost.sh +++ b/ct/mattermost.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck # Co-Author: MickLesk (Canbiz) diff --git a/ct/maxun.sh b/ct/maxun.sh index a117e8f..fba89e3 100644 --- a/ct/maxun.sh +++ b/ct/maxun.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (Canbiz) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE diff --git a/ct/netbootxyz.sh b/ct/netbootxyz.sh index 55141b3..b091c01 100644 --- a/ct/netbootxyz.sh +++ b/ct/netbootxyz.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2023 tteck # Author: tteck (tteckster) # License: MIT diff --git a/ct/pixelfed.sh b/ct/pixelfed.sh index 6f49667..561f173 100644 --- a/ct/pixelfed.sh +++ b/ct/pixelfed.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck # Co-Author: MickLesk (Canbiz) diff --git a/ct/roundcubemail.sh b/ct/roundcubemail.sh index c3597ad..836b77d 100644 --- a/ct/roundcubemail.sh +++ b/ct/roundcubemail.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT diff --git a/ct/squirrelserversmanager.sh b/ct/squirrelserversmanager.sh index e4ee654..09236b3 100644 --- a/ct/squirrelserversmanager.sh +++ b/ct/squirrelserversmanager.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT diff --git a/ct/timescaledb.sh b/ct/timescaledb.sh index d6457ff..3719c50 100644 --- a/ct/timescaledb.sh +++ b/ct/timescaledb.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE diff --git a/ct/wallabag.sh b/ct/wallabag.sh index c37d0f4..dbfd4a9 100644 --- a/ct/wallabag.sh +++ b/ct/wallabag.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE