mirror of
https://github.com/MysticRyuujin/guac-install.git
synced 2023-10-10 13:36:56 +02:00
Add Support for Raspbian (#84)
This commit is contained in:
parent
092aeb3567
commit
ead6a75a52
@ -99,7 +99,7 @@ then
|
|||||||
else
|
else
|
||||||
LIBPNG="libpng-dev"
|
LIBPNG="libpng-dev"
|
||||||
fi
|
fi
|
||||||
elif [[ "${NAME}" == *"Debian"* ]]
|
elif [[ "${NAME}" == *"Debian"* ]] || [[ "${NAME}" == *"Raspbian GNU/Linux"* ]]
|
||||||
then
|
then
|
||||||
JPEGTURBO="libjpeg62-turbo-dev"
|
JPEGTURBO="libjpeg62-turbo-dev"
|
||||||
if [[ "${PRETTY_NAME}" == *"stretch"* ]]
|
if [[ "${PRETTY_NAME}" == *"stretch"* ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user