Bug: remove unused dependencies

This commit is contained in:
MatMoul 2024-04-21 03:45:14 +02:00
parent 32c80d8b6f
commit ad7d73482e

View File

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