From 66dcdaf662b81f40757a3451929d0da0357e315b Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 6 Apr 2025 21:04:03 +0200 Subject: [PATCH] wip --- setup/postinstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/postinstall.sh b/setup/postinstall.sh index 21ee1de..5bff726 100755 --- a/setup/postinstall.sh +++ b/setup/postinstall.sh @@ -58,6 +58,8 @@ for pkg in apt-get dnf pacman apk zypper; do if command_exists $pkg; then printf "Using ${RED}${pkg}${NC} method.." export pkger="$pkg" + + break fi done # }