Update 'installer.sh'

This commit is contained in:
b.waal
2019-09-05 12:43:11 +02:00
parent a813e07e31
commit bc6d23fb6b

View File

@@ -18,7 +18,7 @@ if [ "$ID" = "debian" ]; then
elif [ "$ID" = "ubuntu" ]; then elif [ "$ID" = "ubuntu" ]; then
LinVer=Ubuntu LinVer=Ubuntu
else else
echo "this OS is not yet supported" echo "this OS is not supported"
fi fi
##-----------## ##-----------##