diff --git a/install.sh b/install.sh index 16ca835..27f6d8a 100644 --- a/install.sh +++ b/install.sh @@ -34,6 +34,9 @@ php_version="$(command php --version 2>'/dev/null' \ if [ "$system" = "ubuntu" ] && [ "$(lsb_release -rs)" = "18.04" ]; then sudo apt install php7.2-cli php7.2-curl php7.2-sqlite3 php7.2-pgsql git -y cake=$(uname -m) +if [ "$system" = "ubuntu" ] && [ "$(lsb_release -rs)" = "20.04" ]; then + sudo apt install php7.4-cli php7.4-curl php7.4-sqlite3 php7.4-pgsql git -y + cake=$(uname -m) if [ "$cake" = "x86_64" ]; then wget --user-agent "Mozilla" http://www.sourceguardian.com/loaders/download/loaders.linux-x86_64.tar.gz tar -xvzf loaders.linux-x86_64.tar.gz