mirror of
https://github.com/tteck/Proxmox.git
synced 2025-01-13 15:51:29 +00:00
Update heimdalldashboard-install.sh
add php-intl
This commit is contained in:
parent
6b31484fff
commit
54720bdcdb
@ -24,6 +24,7 @@ $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 -y php-xml
|
$STD apt-get install -y php-xml
|
||||||
|
$STD apt-get install -y php-intl
|
||||||
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='[""]')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user