From 364109877f10ad943129272df9d12aaf1ae3c25c Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:07:58 +0100 Subject: [PATCH] Update opengist-install.sh: Add git as dependencie (#1471) * Update opengist-install.sh: Add git as dependencie * Update opengist-install.sh --- install/opengist-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/opengist-install.sh b/install/opengist-install.sh index 93c6c96da..7893819f9 100644 --- a/install/opengist-install.sh +++ b/install/opengist-install.sh @@ -16,7 +16,8 @@ msg_info "Installing Dependencies" $STD apt-get install -y \ mc \ curl \ - sudo + sudo \ + git msg_ok "Installed Dependencies" msg_info "Install Opengist" @@ -40,7 +41,7 @@ After=network.target [Service] WorkingDirectory=/opt/opengist -ExecStart=/opt/opengist/opengist --config config.yaml +ExecStart=/opt/opengist/opengist --config /opt/opengist/config.yml Restart=always User=root