From 07e8ec8fd17f2c316e2a20d948c4d8bd30ada7b5 Mon Sep 17 00:00:00 2001 From: Jan Gebser <600613.m6@gmail.com> Date: Tue, 22 Aug 2023 13:14:26 +0200 Subject: [PATCH] Update install.sh A small typo has been corrected. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f831b86..fe27d37 100644 --- a/install.sh +++ b/install.sh @@ -49,7 +49,7 @@ else fi -# output ebugging info if $DEBUG set +# output debugging info if $DEBUG set if [ "$DEBUG" = "true" ]; then echo "OS: $OS" echo "VER: $VER"