Update heimdall-install.sh - update php and version

This commit is contained in:
tschettervictor
2025-09-10 10:14:19 -04:00
committed by GitHub
parent 953d60cd64
commit ae965cbfb9

View File

@@ -2,8 +2,8 @@
# Install Heimdall Dashboard # Install Heimdall Dashboard
APP_NAME="Heimdall" APP_NAME="Heimdall"
APP_VERSION="2.6.1" APP_VERSION="2.7.4"
PHP_VERSION="83" PHP_VERSION="84"
# Check for Root Privileges # Check for Root Privileges
if ! [ $(id -u) = 0 ]; then if ! [ $(id -u) = 0 ]; then