Update opengist-install.sh: Add git as dependencie (#1471)

* Update opengist-install.sh: Add git as dependencie

* Update opengist-install.sh
This commit is contained in:
Michel Roegl-Brunner 2025-01-14 14:07:58 +01:00 committed by GitHub
parent 64297e7191
commit 364109877f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,8 @@ msg_info "Installing Dependencies"
$STD apt-get install -y \ $STD apt-get install -y \
mc \ mc \
curl \ curl \
sudo sudo \
git
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Install Opengist" msg_info "Install Opengist"
@ -40,7 +41,7 @@ After=network.target
[Service] [Service]
WorkingDirectory=/opt/opengist WorkingDirectory=/opt/opengist
ExecStart=/opt/opengist/opengist --config config.yaml ExecStart=/opt/opengist/opengist --config /opt/opengist/config.yml
Restart=always Restart=always
User=root User=root