From aca09d00dded849d2a4a5bcb1f89c20f431134e3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 22 Jul 2025 09:30:03 +0200 Subject: [PATCH] finalize --- ct/linkstack.sh | 4 ++-- install/linkstack-install.sh | 14 ++------------ 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/ct/linkstack.sh b/ct/linkstack.sh index db1ad4ef..da7301b7 100644 --- a/ct/linkstack.sh +++ b/ct/linkstack.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG -# Author: Omar Minaya +# Author: Omar Minaya | MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://linkstack.org/ diff --git a/install/linkstack-install.sh b/install/linkstack-install.sh index 72d30386..48c6b9a6 100644 --- a/install/linkstack-install.sh +++ b/install/linkstack-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2025 community-scripts ORG -# Author: Omar Minaya +# Author: Omar Minaya | MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://linkstack.org/ @@ -13,22 +13,12 @@ setting_up_container network_check update_os -msg_info "Installing dependencies" -$STD apt-get install -y \ - software-properties-common \ - ca-certificates \ - lsb-release \ - apt-transport-https -msg_ok "Installed dependencies" PHP_VERSION="8.3" PHP_MODULE="sqlite3" PHP_APACHE="YES" setup_php - -msg_info "Installing LinkStack" -$STD a2enmod rewrite - fetch_and_deploy_gh_release "linkstack" "linkstackorg/linkstack" "prebuild" "latest" "/var/www/html/linkstack" "linkstack.zip" msg_info "Configuring LinkStack" +$STD a2enmod rewrite chown -R www-data:www-data /var/www/html/linkstack chmod -R 755 /var/www/html/linkstack