From 0e79b9195dcf1aadd03c7a5c8abd1b58bd4dd93c Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sun, 5 Oct 2025 18:36:51 -0700 Subject: [PATCH] :memo: Note of reinstalling shellcheck --- updates.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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)