Skip to content

Commit db0ddee

Browse files
committed
Merge branch 'next' of github.com:coollabsio/coolify into next
2 parents d5bad67 + 9e4c8c5 commit db0ddee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/install.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ echo "Installing required packages..."
7575

7676
case "$OS_TYPE" in
7777
arch)
78-
pacman -Sy >/dev/null || true
79-
if ! pacman -Q curl wget git jq >/dev/null; then
80-
pacman -S --noconfirm curl wget git jq >/dev/null || true
81-
fi
78+
pacman -Sy --noconfirm --needed curl wget git jq >/dev/null || true
8279
;;
8380
ubuntu | debian | raspbian)
8481
apt update -y >/dev/null

0 commit comments

Comments
 (0)