1
0
mirror of https://github.com/MysticRyuujin/guac-install.git synced 2023-10-10 13:36:56 +02:00

Fix if statement

Closes #25
This commit is contained in:
Chase Wright 2018-01-20 15:32:22 -05:00 committed by GitHub
parent d07bfcb98b
commit e460822772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ then
LIBPNG="libpng-dev" LIBPNG="libpng-dev"
else else
LIBPNG="libpng12-dev" LIBPNG="libpng12-dev"
fi
else else
echo "Unsupported Distro - Ubuntu or Debian Only" echo "Unsupported Distro - Ubuntu or Debian Only"
exit exit