mirror of https://github.com/tteck/Proxmox.git
Compare commits
2 Commits
bd3321fd8c
...
3f5fc485e6
Author | SHA1 | Date |
---|---|---|
|
3f5fc485e6 | |
|
e690bcf08f |
|
@ -36,7 +36,7 @@ chmod +x ./Agent
|
|||
msg_ok "Installed AgentDVR"
|
||||
|
||||
msg_info "Creating Service"
|
||||
cat <<EOF >/etc/systemd/system/agentdvr.service
|
||||
cat <<EOF >/etc/systemd/system/AgentDVR.service
|
||||
[Unit]
|
||||
Description=AgentDVR
|
||||
|
||||
|
@ -51,7 +51,7 @@ RestartSec=5
|
|||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
EOF
|
||||
systemctl enable -q --now agentdvr.service
|
||||
systemctl enable -q --now AgentDVR.service
|
||||
msg_ok "Created Service"
|
||||
|
||||
motd_ssh
|
||||
|
|
|
@ -24,6 +24,7 @@ $STD apt-get install -y ca-certificates
|
|||
msg_ok "Installed Dependencies"
|
||||
|
||||
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
|
||||
$STD bash <(curl -fsSL https://install.yunohost.org) -a
|
||||
msg_ok "Installed YunoHost"
|
||||
|
|
Loading…
Reference in New Issue