Update update-pve.sh

This commit is contained in:
MacRimi 2025-08-06 20:09:01 +02:00
parent ed4b0eba2f
commit da9db9d3d1

View File

@ -31,7 +31,7 @@ register_tool() {
download_common_functions() { download_common_functions() {
if ! source <(curl -s "$REPO_URL/global/common-functions.sh"); then if ! source <(curl -s "$REPO_URL/scripts/global/common-functions.sh"); then
return 1 return 1
fi fi
} }