Skip to content

Commit a12817e

Browse files
committed
fix uninstall pacman
1 parent 7b478af commit a12817e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const script = 'pacman -Rys podman';
1+
export const script = 'pacman -Rs podman --noconfirm';

0 commit comments

Comments
 (0)