commit 376860489aa0523feb8a7bd6fac3f0a4c5691033 parent d93881bac7ee2c0a6dd55681cefd08eabde8ec48 Author: Luke Smith <luke@lukesmith.xyz> Date: Sun, 13 Jan 2019 15:33:12 -0500 fullreset script Diffstat:
A | testing/fullreset.sh | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/testing/fullreset.sh b/testing/fullreset.sh @@ -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))