add shellcheck

This commit is contained in:
stefenauris 2024-04-27 02:23:00 -04:00
parent d488aced4f
commit ec21f11e50

View file

@ -37,7 +37,8 @@ sudo apt-get -my install \
nala \
libfuse2 \
make \
neovim
neovim \
shellcheck
read -n1 -p $'Does this system need a ssh server?\n' REPLY
if [[ $REPLY == [Yy] ]]; then