mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "3f5fc485e632d9552f9615b7fb2a42051e988ea2" and "bd3321fd8c55f4fcbb60e0d5a3776a100f216f43" have entirely different histories.
3f5fc485e6
...
bd3321fd8c
|
@ -36,7 +36,7 @@ chmod +x ./Agent
|
||||||
msg_ok "Installed AgentDVR"
|
msg_ok "Installed AgentDVR"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
cat <<EOF >/etc/systemd/system/AgentDVR.service
|
cat <<EOF >/etc/systemd/system/agentdvr.service
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=AgentDVR
|
Description=AgentDVR
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ RestartSec=5
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
systemctl enable -q --now AgentDVR.service
|
systemctl enable -q --now agentdvr.service
|
||||||
msg_ok "Created Service"
|
msg_ok "Created Service"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
|
|
|
@ -24,7 +24,6 @@ $STD apt-get install -y ca-certificates
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing YunoHost (Patience)"
|
msg_info "Installing YunoHost (Patience)"
|
||||||
touch /etc/.pve-ignore.resolv.conf
|
|
||||||
curl -sSLo /usr/share/keyrings/deb.sury.org-php.gpg https://packages.sury.org/php/apt.gpg
|
curl -sSLo /usr/share/keyrings/deb.sury.org-php.gpg https://packages.sury.org/php/apt.gpg
|
||||||
$STD bash <(curl -fsSL https://install.yunohost.org) -a
|
$STD bash <(curl -fsSL https://install.yunohost.org) -a
|
||||||
msg_ok "Installed YunoHost"
|
msg_ok "Installed YunoHost"
|
||||||
|
|
Loading…
Reference in New Issue