mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-24 08:52:18 +02:00
Update heimdalldashboard-install.sh
By default, Debian 11 (Bullseye) includes PHP version 7.4
This commit is contained in:
parent
ca8ed4f5cb
commit
645f0ab431
@ -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 -y php7.4-xml
|
$STD apt-get install -y php-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='[""]')
|
||||||
|
Loading…
Reference in New Issue
Block a user