mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Changes from code review
This commit is contained in:
parent
fe6c387f5c
commit
cff604f4de
1 changed files with 2 additions and 5 deletions
|
@ -37,13 +37,10 @@ $STD apt-get install -y dotnet-sdk-7.0
|
||||||
msg_ok "Installed ASP.NET Core 7 SDK"
|
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
|
git clone -q https://github.com/revenz/Fenrus.git /opt/${APPLICATION}
|
||||||
cd Fenrus || exit
|
cd /opt/${APPLICATION}
|
||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
dotnet publish -c Release -o "/opt/${APPLICATION}/" Fenrus.csproj
|
dotnet publish -c Release -o "/opt/${APPLICATION}/" Fenrus.csproj
|
||||||
gitVersionNumber=$(git rev-parse HEAD)
|
|
||||||
echo "$gitVersionNumber" >"/opt/${APPLICATION}_version.txt"
|
|
||||||
cp -r Apps/ "/opt/${APPLICATION}/"
|
|
||||||
msg_ok "Installed ${APPLICATION}"
|
msg_ok "Installed ${APPLICATION}"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue