diff --git a/ct/hoarder.sh b/ct/hoarder.sh index 4c71b176..5cd3849c 100644 --- a/ct/hoarder.sh +++ b/ct/hoarder.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/vhsdream/ProxmoxVE/hoarder/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: MickLesk (Canbiz) & vhsdream # License: MIT diff --git a/install/hoarder-install.sh b/install/hoarder-install.sh index 64bf2038..6b8f00dd 100644 --- a/install/hoarder-install.sh +++ b/install/hoarder-install.sh @@ -101,7 +101,7 @@ msg_ok "Installed Hoarder" msg_info "Running Database Migration" cd /opt/hoarder/packages/db -pnpm migrate +$STD pnpm migrate mv db.db /opt/hoarder_data msg_ok "Database Migration Completed" diff --git a/misc/build.func b/misc/build.func index de8be0f3..aee3366a 100644 --- a/misc/build.func +++ b/misc/build.func @@ -666,7 +666,7 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community EOF' pct exec "$CTID" -- ash -c "apk add bash >/dev/null" fi - lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/vhsdream/ProxmoxVE/hoarder/install/$var_install.sh)" || exit + lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/$var_install.sh)" || exit }