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
|
source /etc/os-release
|
||||||
fi
|
fi
|
||||||
case "$ID" in
|
case "$ID" in
|
||||||
"arch")
|
"arch"|"archarm")
|
||||||
echo ":: Detected ${PRETTY_NAME}, installing packages automatically"
|
echo ":: Detected ${PRETTY_NAME}, installing packages automatically"
|
||||||
if [ ! -f "/sbin/paru" ]; then
|
if [ ! -f "/sbin/paru" ]; then
|
||||||
echo ":: Error: \"/sbin/paru\" not found, please install paru."
|
echo ":: Error: \"/sbin/paru\" not found, please install paru."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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 default nightly
|
||||||
rustup update
|
rustup update
|
||||||
cargo install eza
|
cargo install eza
|
||||||
|
|
Loading…
Reference in a new issue