Update install.sh

A small typo has been corrected.
This commit is contained in:
Jan Gebser 2023-08-22 13:14:26 +02:00 committed by GitHub
parent 5f7fdb85a0
commit 07e8ec8fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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