add repo clearing from askiiart-blendos/repo-automation, add swayfx
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
a6b19d0520
commit
bc897ac601
1 changed files with 8 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue