mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "1088e52b615caa366ddf6dade3fdbba691f0fb68" and "ca8ed4f5cb78eced991f4ec0e27d7a4a8b96581d" have entirely different histories.
1088e52b61
...
ca8ed4f5cb
|
@ -158,7 +158,7 @@ EOF
|
||||||
msg_ok "Initialized Backend"
|
msg_ok "Initialized Backend"
|
||||||
|
|
||||||
msg_info "Starting Services"
|
msg_info "Starting Services"
|
||||||
sed -i -e 's/^pid/#pid/' -e 's/^user/#user/' /usr/local/openresty/nginx/conf/nginx.conf
|
sed -i 's/^pid/#pid/' /usr/local/openresty/nginx/conf/nginx.conf
|
||||||
systemctl enable npm &>/dev/null
|
systemctl enable npm &>/dev/null
|
||||||
systemctl start openresty
|
systemctl start openresty
|
||||||
systemctl start npm
|
systemctl start npm
|
||||||
|
|
|
@ -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 php-xml
|
$STD apt-get install -y php7.4-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='[""]')
|
||||||
|
|
|
@ -181,7 +181,7 @@ motd_ssh
|
||||||
root
|
root
|
||||||
|
|
||||||
msg_info "Starting Services"
|
msg_info "Starting Services"
|
||||||
sed -i -e 's/^pid/#pid/' -e 's/^user/#user/' /usr/local/openresty/nginx/conf/nginx.conf
|
sed -i 's/^pid/#pid/' /usr/local/openresty/nginx/conf/nginx.conf
|
||||||
$STD systemctl enable --now openresty
|
$STD systemctl enable --now openresty
|
||||||
$STD systemctl enable --now npm
|
$STD systemctl enable --now npm
|
||||||
msg_ok "Started Services"
|
msg_ok "Started Services"
|
||||||
|
|
Loading…
Reference in New Issue