disable old package removal
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
askiiart 2024-11-11 22:51:28 -06:00
parent f819faa6b3
commit 605d990a47

View file

@ -65,11 +65,11 @@ makepkg -s -c -C --noconfirm --noprogressbar
cd .. cd ..
rm -rf ./jade-gui-postinst/ rm -rf ./jade-gui-postinst/
git clone https://github.com/guydunigo/remove_old_arch_pkgs #git clone https://github.com/guydunigo/remove_old_arch_pkgs
cd ./remove_old_arch_pkgs #cd ./remove_old_arch_pkgs
sudo pacman -S cargo --noconfirm --needed #sudo pacman -S cargo --noconfirm --needed
cargo run -- -0 /repo/ #cargo run -- -0 /repo/
cd .. #cd ..
cd /repo/ cd /repo/
rm -rf /tmp/arch-workdir rm -rf /tmp/arch-workdir