From 4c40a325c745001d4614d895720af873454097d6 Mon Sep 17 00:00:00 2001 From: elvito Date: Mon, 14 Apr 2025 23:39:03 +0200 Subject: [PATCH] Update install/umlautadaptarr-install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- install/umlautadaptarr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/umlautadaptarr-install.sh b/install/umlautadaptarr-install.sh index f689e80..7bcc6ff 100644 --- a/install/umlautadaptarr-install.sh +++ b/install/umlautadaptarr-install.sh @@ -30,7 +30,7 @@ $STD apt-get install -y \ # Building & Installing UA msg_info "Building & Installing Umlautadaptarr" $STD git clone https://github.com/PCJones/UmlautAdaptarr.git /opt/ -$STD cd /opt/UmlautAdaptarr +cd /opt/UmlautAdaptarr $STD dotnet restore $STD dotnet build --configuration Release msg_ok "Installation completed"