From f324cb7ada6f896866b7cd1513192268d960d331 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 6 Apr 2025 21:03:01 +0200 Subject: [PATCH] wip --- setup/postinstall.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/postinstall.sh b/setup/postinstall.sh index 0f301eb..c9e57e1 100755 --- a/setup/postinstall.sh +++ b/setup/postinstall.sh @@ -54,7 +54,7 @@ command_exists() { # ─────────────────────────────────────< get packager >───────────────────────────────────── # checkPkg() { -for pkg in apt-get dnf pacman apk zypper; do +for pkg in "apt-get dnf pacman apk zypper"; do if command_exists $pkg; then printf "Using ${RED}${pkg}${NC} method.." pkger="$pkg" @@ -231,7 +231,7 @@ zypperBase() { # } install_base() { - envCheck + # envCheck echo_info "Installing base packages..." case "$pkger" in @@ -256,7 +256,7 @@ install_base() { } optimize_os() { - envCheck + # envCheck echo_info "Running OS optimizations..." case "$pkg" in