From 645f0ab431f2a7694f75120e38c90daee3e9aafd Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 30 Mar 2023 23:25:02 -0400 Subject: [PATCH] Update heimdalldashboard-install.sh By default, Debian 11 (Bullseye) includes PHP version 7.4 --- install/heimdalldashboard-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/heimdalldashboard-install.sh b/install/heimdalldashboard-install.sh index a26b67ea..df8e7cc2 100644 --- a/install/heimdalldashboard-install.sh +++ b/install/heimdalldashboard-install.sh @@ -23,7 +23,7 @@ msg_info "Installing PHP" $STD apt-get install -y php $STD apt-get install -y php-sqlite3 $STD apt-get install -y php-zip -$STD apt-get install -y php7.4-xml +$STD apt-get install -y php-xml msg_ok "Installed PHP" RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]')