mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
4 lines
155 B
Bash
4 lines
155 B
Bash
# Install all base packages
|
|
mapfile -t packages < <(grep -v '^#' "$OMARCHY_INSTALL/omarchy-base.packages" | grep -v '^$')
|
|
omarchy-pkg-add "${packages[@]}"
|