This commit is contained in:
2025-11-05 03:26:10 -03:00
parent 2357d1cf04
commit 0a8f62ca97

View File

@@ -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