Compare commits

...

4 Commits

Author SHA1 Message Date
CanbiZ
8bb0424acd
Update build.func 2025-01-13 13:01:13 +01:00
CanbiZ
4a419896d0
Update build.func 2025-01-13 13:00:51 +01:00
CanbiZ
77f441e199
Update install.func 2025-01-13 13:00:18 +01:00
CanbiZ
464779b90f
Update install.func 2025-01-13 12:59:50 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -938,4 +938,4 @@ EOF
if [[ -f /etc/systemd/system/ping-instances.service ]]; then if [[ -f /etc/systemd/system/ping-instances.service ]]; then
systemctl start ping-instances.service systemctl start ping-instances.service
fi fi
} }

View File

@ -255,4 +255,4 @@ EOF
fi fi
echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update chmod +x /usr/bin/update
} }