From 154038fbb626f69a44a08c5bf66643ea3d6e3cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 1 Jan 2025 17:21:50 +0100 Subject: [PATCH] Cleanup and finetune. --- ct/5etools.sh | 5 ++--- install/5etools-install.sh | 4 +--- json/5etools.json | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ct/5etools.sh b/ct/5etools.sh index 5658bb42..5c423fe8 100644 --- a/ct/5etools.sh +++ b/ct/5etools.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) -# Copyright (c) 2021-2024 community-scripts ORG +# Copyright (c) 2021-2025 community-scripts ORG # Author: TheRealVira # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://5e.tools/ @@ -10,11 +10,10 @@ APP="5etools" var_tags="wiki" var_cpu="1" var_ram="512" -var_disk="10" +var_disk="6" var_os="debian" var_version="12" var_unprivileged="1" -var_offline_mode="TRUE" # App Output & Base Settings header_info "$APP" diff --git a/install/5etools-install.sh b/install/5etools-install.sh index 6841adaf..703ad97f 100644 --- a/install/5etools-install.sh +++ b/install/5etools-install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2024 community-scripts ORG +# Copyright (c) 2021-2025 community-scripts ORG # Author: TheRealVira # License: MIT # Source: https://5e.tools/ @@ -14,14 +14,12 @@ setting_up_container network_check update_os -# Installing Dependencies with the 3 core dependencies (curl;sudo;mc) msg_info "Installing Dependencies" $STD apt-get install -y \ curl \ mc \ sudo \ git \ - jq \ apache2 msg_ok "Installed Dependencies" diff --git a/json/5etools.json b/json/5etools.json index 4184a9f0..9c4f6044 100644 --- a/json/5etools.json +++ b/json/5etools.json @@ -20,7 +20,7 @@ "resources": { "cpu": 1, "ram": 512, - "hdd": 10, + "hdd": 6, "os": "debian", "version": "12" }