add repo clearing from askiiart-blendos/repo-automation, add swayfx
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
askiiart 2024-11-09 18:08:01 -06:00
parent a6b19d0520
commit bc897ac601
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -34,6 +34,7 @@ rm -rf ./mnt-and-sway/
build_aur_package 'paru' build_aur_package 'paru'
build_aur_package 'fjordlauncher-unlocked' build_aur_package 'fjordlauncher-unlocked'
build_aur_package 'polycat' build_aur_package 'polycat'
build_aur_package 'swayfx'
# note that this requires a *lot* of RAM, more than 16 GB # note that this requires a *lot* of RAM, more than 16 GB
# can be done on systems with less via zram # can be done on systems with less via zram
build_aur_package 'librewolf-allow-dark' build_aur_package 'librewolf-allow-dark'
@ -61,5 +62,11 @@ build_aur_package 'protontricks'
cd /repo/ cd /repo/
rm -rf ./tmp/arch-workdir rm -rf /tmp/arch-workdir
rm ./askiiart*
repo-add ./askiiart.db.tar.zst $(find . -name "*.tar.zst" ! -name "breakfast*" ! -name "askiiart*") repo-add ./askiiart.db.tar.zst $(find . -name "*.tar.zst" ! -name "breakfast*" ! -name "askiiart*")
for item in $(find . -name "askiiart*"); do
item=${item:10}
ln -sf askiiart$item breakfast$item
done