Update heimdalldashboard-install.sh

add php-intl
This commit is contained in:
tteckster 2023-12-11 06:12:00 -05:00 committed by GitHub
parent 6b31484fff
commit 54720bdcdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ $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 php-xml
$STD apt-get install -y php-intl
msg_ok "Installed PHP"
RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]')