Compare commits

..

3 Commits

Author SHA1 Message Date
tteckster 1088e52b61
Update nginxproxymanager-install.sh
prep for v2.10.2
2023-03-31 00:58:44 -04:00
tteckster 4ca034ed11
Update nginxproxymanager.sh
prep for v2.10.2
2023-03-31 00:57:43 -04:00
tteckster 645f0ab431
Update heimdalldashboard-install.sh
By default, Debian 11 (Bullseye) includes PHP version 7.4
2023-03-30 23:25:02 -04:00
3 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@ EOF
msg_ok "Initialized Backend"
msg_info "Starting Services"
sed -i 's/^pid/#pid/' /usr/local/openresty/nginx/conf/nginx.conf
sed -i -e 's/^pid/#pid/' -e 's/^user/#user/' /usr/local/openresty/nginx/conf/nginx.conf
systemctl enable npm &>/dev/null
systemctl start openresty
systemctl start npm

View File

@ -23,7 +23,7 @@ msg_info "Installing PHP"
$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 php7.4-xml
$STD apt-get install -y php-xml
msg_ok "Installed PHP"
RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]')

View File

@ -181,7 +181,7 @@ motd_ssh
root
msg_info "Starting Services"
sed -i 's/^pid/#pid/' /usr/local/openresty/nginx/conf/nginx.conf
sed -i -e 's/^pid/#pid/' -e 's/^user/#user/' /usr/local/openresty/nginx/conf/nginx.conf
$STD systemctl enable --now openresty
$STD systemctl enable --now npm
msg_ok "Started Services"