Compare commits

..

No commits in common. "dev" and "0.0.1" have entirely different histories.
dev ... 0.0.1

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
pacman -Syu --noconfirm pacman -Syu --noconfirm
pacman -Rns $(pacman -Qqtd) --noconfirm pacman -Rns "$(pacman -Qqtd)" --noconfirm
pacman -Sc --noconfirm pacman -Sc --noconfirm