Cleanup and finetune.

This commit is contained in:
Johanna Rührig 2025-01-01 17:21:50 +01:00
parent 02a56183fb
commit 154038fbb6
3 changed files with 4 additions and 7 deletions

View File

@ -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"

View File

@ -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"

View File

@ -20,7 +20,7 @@
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 10,
"hdd": 6,
"os": "debian",
"version": "12"
}