mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-01-08 13:17:24 +00:00
10 lines
224 B
Bash
Executable file
10 lines
224 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")"/appmk
|
|
part0
|
|
LINK=https://dotnetcli.azureedge.net/dotnet/Runtime
|
|
VER=$(curl $LINK/STS/latest.version)
|
|
LINK="$LINK/$VER/dotnet-runtime-$VER-linux-x64.tar.gz"
|
|
ungz
|
|
ln -s dotnet "$DIR"/AppRun
|
|
part9
|