disable old package removal
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
f819faa6b3
commit
605d990a47
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue