📝 Note of reinstalling shellcheck

This commit is contained in:
tomit4 2025-10-05 18:36:51 -07:00
parent 7f8176622c
commit 0e79b9195d

View file

@ -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)