From ec21f11e5045acb74cda90fc2b8535dcc479326c Mon Sep 17 00:00:00 2001 From: stefenauris Date: Sat, 27 Apr 2024 02:23:00 -0400 Subject: [PATCH] add shellcheck --- udeps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/udeps.sh b/udeps.sh index 980a198..d514648 100755 --- a/udeps.sh +++ b/udeps.sh @@ -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