diff --git a/updates.txt b/updates.txt index fa17d4e7..14a163ae 100755 --- a/updates.txt +++ b/updates.txt @@ -959,3 +959,9 @@ Taken from: https://forum.manjaro.org/t/icon-themes-not-loading-correctly/178555 10/04/2025 Install gameoftrees (git alternative): doas pacman -S gameoftrees + +10/05/2025 +Uninstall shell check and haskell modules: +doas pacman -Rs shellcheck $(pacq | grep haskell | awk '${print $1}' | tr '\n' ' ') +Install shellcheck-bin and corrresponding man pages from AUR: +paru shellcheck-bin (choose both 1 and 2)