From e7c1985beb2544d2208f2450a35b292dccfa8526 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 17 Dec 2023 00:30:13 +0100 Subject: [PATCH] Add Arch Linux ARM support (install-software) --- bin/install-software | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install-software b/bin/install-software index 3dc41e34..b5d07437 100755 --- a/bin/install-software +++ b/bin/install-software @@ -9,13 +9,13 @@ if [ -f "/etc/os-release" ]; then source /etc/os-release fi case "$ID" in - "arch") + "arch"|"archarm") echo ":: Detected ${PRETTY_NAME}, installing packages automatically" if [ ! -f "/sbin/paru" ]; then echo ":: Error: \"/sbin/paru\" not found, please install paru." exit 1 fi - sudo paru -Syu --needed bash ncurses nano rustup bat moar fireplace fortune-mod cowsay ytfzf yt-dlp-git tar zstd bzip unrar unzip 7-zip binutils sdkman + paru --removemake --batchinstall --sudoloop --mflags "--ignorearch" -Syu --needed bash ncurses nano rustup bat moar fireplace fortune-mod cowsay ytfzf yt-dlp-git tar zstd bzip unrar unzip 7-zip binutils rustup default nightly rustup update cargo install eza