|
|
@ -39,7 +39,6 @@ msg_ok "Installed ASP.NET Core 7 SDK"
|
|
|
|
msg_info "Installing ${APPLICATION}"
|
|
|
|
msg_info "Installing ${APPLICATION}"
|
|
|
|
git clone -q https://github.com/revenz/Fenrus.git /opt/${APPLICATION}
|
|
|
|
git clone -q https://github.com/revenz/Fenrus.git /opt/${APPLICATION}
|
|
|
|
cd /opt/${APPLICATION}
|
|
|
|
cd /opt/${APPLICATION}
|
|
|
|
#export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
|
|
|
|
|
|
|
$STD dotnet publish -c Release -o "/opt/${APPLICATION}/" Fenrus.csproj
|
|
|
|
$STD dotnet publish -c Release -o "/opt/${APPLICATION}/" Fenrus.csproj
|
|
|
|
msg_ok "Installed ${APPLICATION}"
|
|
|
|
msg_ok "Installed ${APPLICATION}"
|
|
|
|
|
|
|
|
|
|
|
|