This commit is contained in:
MacRimi
2025-02-25 18:17:24 +01:00
parent 92d6435dba
commit 3167302f99
5 changed files with 25 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ initialize_cache
OS_CODENAME="$(grep "VERSION_CODENAME=" /etc/os-release | cut -d"=" -f 2 | xargs )"
RAM_SIZE_GB=$(( $(vmstat -s | grep -i "total memory" | xargs | cut -d" " -f 1) / 1024 / 1000))
NECESSARY_REBOOT=0
SCRIPT_TITLE="Customizable script settings for post-installation of Proxmox"
SCRIPT_TITLE="Customizable post-installation optimization script"
# ==========================================================