From a6b19d0520a7a67725a3194c6c6fd8be5b02200f Mon Sep 17 00:00:00 2001 From: askiiart Date: Wed, 6 Nov 2024 10:25:30 -0600 Subject: [PATCH] add dwarfs-bin --- archlinux.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/archlinux.sh b/archlinux.sh index b7f407c..404b5f3 100755 --- a/archlinux.sh +++ b/archlinux.sh @@ -38,25 +38,27 @@ build_aur_package 'polycat' # can be done on systems with less via zram build_aur_package 'librewolf-allow-dark' + # these two are super tiny so not really any reason not to build them here build_aur_package 'vesktop-bin' build_aur_package 'bluetooth-support' build_aur_package 'rate-mirrors-bin' + # big, so only for slow things and over LAN build_aur_package 'protonup-qt-bin' build_aur_package 'schildichat-desktop-bin' build_aur_package 'visual-studio-code-bin' +build_aur_package 'mindustry-bin' +build_aur_package 'dwarfs-bin' -# install missing deps +# it doesn't install dependencies from the AUR for some reason (see also python-vdf below) yay -S lua51-lsqlite3 python-requests --noconfirm --needed build_aur_package 'olympus-bin' -# it doesn't install dependencies from the AUR for some reason (see also lua51-lsqlite3 above) yay -S python-vdf --noconfirm --needed build_aur_package 'protontricks' -build_aur_package 'mindustry-bin' cd /repo/ rm -rf ./tmp/arch-workdir