Merge branch 'next' of github.com:coollabsio/coolify into next
This commit is contained in:
commit
db0ddee9f4
@ -75,10 +75,7 @@ echo "Installing required packages..."
|
|||||||
|
|
||||||
case "$OS_TYPE" in
|
case "$OS_TYPE" in
|
||||||
arch)
|
arch)
|
||||||
pacman -Sy >/dev/null || true
|
pacman -Sy --noconfirm --needed curl wget git jq >/dev/null || true
|
||||||
if ! pacman -Q curl wget git jq >/dev/null; then
|
|
||||||
pacman -S --noconfirm curl wget git jq >/dev/null || true
|
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
ubuntu | debian | raspbian)
|
ubuntu | debian | raspbian)
|
||||||
apt update -y >/dev/null
|
apt update -y >/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user