mirror of https://github.com/tteck/Proxmox.git
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