From 464779b90f21ded07adadd75d057a4bd2daa613d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:59:50 +0100 Subject: [PATCH] Update install.func --- misc/install.func | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index 53b6e672..692b58be 100644 --- a/misc/install.func +++ b/misc/install.func @@ -255,4 +255,5 @@ EOF fi echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update chmod +x /usr/bin/update -} \ No newline at end of file + +}