diff --git a/archlinux.sh b/archlinux.sh index 66a62a9..6dd7030 100755 --- a/archlinux.sh +++ b/archlinux.sh @@ -69,13 +69,6 @@ yay -S python-vdf --noconfirm --needed build_aur_package 'protontricks' -git clone https://github.com/guydunigo/remove_old_arch_pkgs -cd ./remove_old_arch_pkgs -sudo pacman -S cargo --noconfirm --needed -# TODO: parse the output then just run repo-remove on the old stuff -cargo run -- -0 /repo/ -cd .. - cd /repo/ rm -rf /tmp/arch-workdir -repo-add ./askiiart.db.tar.zst $(find . -name "*.tar.zst" ! -name "askiiart*") +repo-add -Rp ./askiiart.db.tar.zst $(find . -name "*.tar.zst" ! -name "askiiart*")