This website requires JavaScript.
Explore
Help
Sign In
m
/
arch-fullupgrade
Watch
1
Star
0
Fork
0
You've already forked arch-fullupgrade
Code
Issues
Releases
Activity
0.0.2
arch-fullupgrade
/
fullupgrade
6 lines
100 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add code
2024-03-16 22:22:00 +00:00
#!/bin/bash
pacman -Syu --noconfirm
Bug: remove unused dependencies
2024-04-21 01:45:14 +00:00
pacman -Rns $(pacman -Qqtd) --noconfirm
Add code
2024-03-16 22:22:00 +00:00
pacman -Sc --noconfirm
Reference in New Issue
Copy Permalink