From 410794f05554e3c719c204f7dc0bad9983a5bcff Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 5 May 2024 09:25:30 -0400 Subject: [PATCH] Update fenrus-install.sh tweak --- install/fenrus-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/fenrus-install.sh b/install/fenrus-install.sh index 4e4c249d..fa0f9500 100644 --- a/install/fenrus-install.sh +++ b/install/fenrus-install.sh @@ -39,7 +39,6 @@ msg_ok "Installed ASP.NET Core 7 SDK" msg_info "Installing ${APPLICATION}" git clone -q https://github.com/revenz/Fenrus.git /opt/${APPLICATION} cd /opt/${APPLICATION} -#export DOTNET_CLI_TELEMETRY_OPTOUT=1 $STD dotnet publish -c Release -o "/opt/${APPLICATION}/" Fenrus.csproj msg_ok "Installed ${APPLICATION}"