fullreset script
This commit is contained in:
parent
d93881bac7
commit
376860489a
3
testing/fullreset.sh
Executable file
3
testing/fullreset.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
pacman -S --needed pacman-contrib
|
||||||
|
pacman -R $(comm -23 <(pacman -Qq | sort) <((for i in $(pacman -Qqg base); do pactree -ul "$i"; done) | sort -u))
|
Loading…
Reference in New Issue
Block a user