Update install/heimdalldashboard-install.sh

This commit is contained in:
LordXaosa 2023-03-30 23:16:46 +03:00 committed by GitHub
parent 7b1e24581d
commit da1b1e1284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ msg_info "Installing PHP"
$STD apt-get install -y php $STD apt-get install -y php
$STD apt-get install -y php-sqlite3 $STD apt-get install -y php-sqlite3
$STD apt-get install -y php-zip $STD apt-get install -y php-zip
$STD apt-get install php7.4-xml $STD apt-get install -y php7.4-xml
msg_ok "Installed PHP" msg_ok "Installed PHP"
RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]')