mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 11:56:20 +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-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='[""]')
|
||||
|
Loading…
Reference in New Issue
Block a user