Add Arch Linux ARM support (install-software)
This commit is contained in:
parent
a29744cc80
commit
e7c1985beb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue