mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-31 04:50:14 +00:00
fix sourcefix source URLs; quiesce migration post-install
This commit is contained in:
parent
8f6569828e
commit
588d363d03
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user