Compare commits

..

No commits in common. "3f5fc485e632d9552f9615b7fb2a42051e988ea2" and "bd3321fd8c55f4fcbb60e0d5a3776a100f216f43" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -24,7 +24,6 @@ $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"