Check for the bc package before installation.

pull/362/head
Joe Prochazka 2017-10-20 13:07:28 -04:00 zatwierdzone przez GitHub
rodzic 44611f75ec
commit 6c480a059f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -73,6 +73,7 @@ fi
echo -e "\e[95m Installing packages needed to fulfill dependencies...\e[97m"
echo -e ""
CheckPackage lighttpd
CheckPackage bc
# Assign the Lighthttpd document root directory to a variable.
RAW_DOCUMENT_ROOT=`/usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf -p | grep server.document-root`