Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad7d73482e |
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
pacman -Syu --noconfirm
|
||||
pacman -Rns "$(pacman -Qqtd)" --noconfirm
|
||||
pacman -Rns $(pacman -Qqtd) --noconfirm
|
||||
pacman -Sc --noconfirm
|
||||
|
||||
Reference in New Issue
Block a user