Cannot assume lsb_release exists

pull/124/head
Lukas Martinelli 2017-01-06 11:49:11 +01:00
rodzic a375bb3432
commit 1037ee731d
1 zmienionych plików z 3 dodań i 6 usunięć

Wyświetl plik

@ -87,9 +87,6 @@ docker --version
docker-compose --version
if [[ "$OSTYPE" == "linux-gnu" ]]; then
echo " : Your system is:"
lsb_release -a
echo " "
echo "-------------------------------------------------------------------------------------"
echo " : This is working on x86_64 ; Your kernel is:"
@ -109,7 +106,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
cat /proc/meminfo | grep Free
else
echo " "
echo "Warning : This is not a Linux ... ( Less tested ... ) "
echo "Warning : Platforms other than Linux are less tested"
echo " "
fi