update repo-add arguments
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
askiiart 2024-11-20 09:35:43 -06:00
parent 307f6cb715
commit 4bf2016dfa

View file

@ -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*")