From 422dc50904faef3d42e6baee8308a1c7c408c770 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:47:14 +0200 Subject: [PATCH] Update debian-install.sh --- install/debian-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/debian-install.sh b/install/debian-install.sh index 5a173af0..7dea9645 100644 --- a/install/debian-install.sh +++ b/install/debian-install.sh @@ -14,11 +14,11 @@ network_check update_os msg_info "Installing Dependencies" -#$STD apt-get install -y gnup +$STD apt-get install -y gnup msg_ok "Installed Dependencies" #fetch_and_deploy_gh_release "argus" "release-argus/Argus" "singlefile" "latest" "/opt/argus" "Argus-.*linux-amd64" -fetch_and_deploy_gh_release "planka" "plankanban/planka" "prebuild" "latest" "/opt/planka" "planka-prebuild.zip" +#fetch_and_deploy_gh_release "planka" "plankanban/planka" "prebuild" "latest" "/opt/planka" "planka-prebuild.zip" #PYTHON_VERSION="3.12" setup_uv