From a81563b41662cea02732cf7dfb6f10ea58e05fc3 Mon Sep 17 00:00:00 2001 From: penguinehis Date: Wed, 5 Nov 2025 03:32:21 -0300 Subject: [PATCH] fix ubuntu 20 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5f9e8f3..84996bf 100644 --- a/install.sh +++ b/install.sh @@ -57,7 +57,7 @@ if [ "$cake" = "x86_64" ]; then tar -xvzf loaders.linux-aarch64.tar.gz rm loaders.linux-aarch64.tar.gz fi - sudo mv ixed.7.2.lin $(php -i | grep extension_dir | awk '{print $3}' | head -n 1) + sudo mv ixed.7.4.lin $(php -i | grep extension_dir | awk '{print $3}' | head -n 1) elif [ "$php_version" != "8.1" ]; then sudo apt purge php-cli php-curl php-sqlite3 php-pgsql -y