This commit is contained in:
parent
f0cddd757b
commit
a6b19d0520
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue