diff --git a/blendos-repo-automation.sh b/blendos-repo-automation.sh index 35eb3ee..58c532e 100755 --- a/blendos-repo-automation.sh +++ b/blendos-repo-automation.sh @@ -65,8 +65,15 @@ makepkg -s -c -C --noconfirm --noprogressbar cd .. rm -rf ./jade-gui-postinst/ +git clone https://github.com/guydunigo/remove_old_arch_pkgs +cd ./remove_old_arch_pkgs +sudo pacman -S cargo --noconfirm --needed +cargo run -- -0 /repo/ +cd .. + 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*") for item in $(find . -name "askiiart*"); do