Преглед изворни кода

fix(install): add support for archarm distribution

- OrbStack Arch Linux uses 'archarm' as distribution ID
- Add it to the Arch Linux case pattern
xcad пре 4 месеци
родитељ
комит
6a8e27490f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      scripts/install.sh

+ 1 - 1
scripts/install.sh

@@ -95,7 +95,7 @@ install_dependencies_linux() {
       UPDATE_CMD="sudo zypper refresh"
       INSTALL_CMD="sudo zypper install -y"
       ;;
-    arch|manjaro|endeavouros)
+    arch|archarm|manjaro|endeavouros)
       PKG_MANAGER="pacman"
       PYTHON_PKG="python python-pip"
       PIPX_PKG="python-pipx"