diff --git a/scripts/install.sh b/scripts/install.sh index d813963aa..6e7d016a5 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -13,7 +13,7 @@ CDN="https://cdn.coollabs.io/coolify" OS_TYPE=$(grep -w "ID" /etc/os-release | cut -d "=" -f 2 | tr -d '"') # Check if the OS is manjaro, if so, change it to arch -if [ "$OS_TYPE" = "manjaro" ]; then +if [ "$OS_TYPE" = "manjaro" ] || [ "$OS_TYPE" = "manjaro-arm" ]; then OS_TYPE="arch" fi