mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Compare commits
3 Commits
ca8ed4f5cb
...
1088e52b61
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1088e52b61 | ||
|
|
4ca034ed11 | ||
|
|
645f0ab431 |
@@ -158,7 +158,7 @@ EOF
|
|||||||
msg_ok "Initialized Backend"
|
msg_ok "Initialized Backend"
|
||||||
|
|
||||||
msg_info "Starting Services"
|
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 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 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='[""]')
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ motd_ssh
|
|||||||
root
|
root
|
||||||
|
|
||||||
msg_info "Starting Services"
|
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 openresty
|
||||||
$STD systemctl enable --now npm
|
$STD systemctl enable --now npm
|
||||||
msg_ok "Started Services"
|
msg_ok "Started Services"
|
||||||
|
|||||||
Reference in New Issue
Block a user