dotnet: latest, tex: xetex

This commit is contained in:
Phantop 2023-07-29 23:49:21 -04:00
parent 9be8602ba7
commit 49247f48cb
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
. "$(dirname "$0")"/appmk
part0
LINK=https://dotnetcli.azureedge.net/dotnet/Runtime
VER=$(curl $LINK/LTS/latest.version)
VER=$(curl $LINK/STS/latest.version)
LINK="$LINK/$VER/dotnet-runtime-$VER-linux-x64.tar.gz"
ungz
ln -s dotnet "$DIR"/AppRun

View File

@ -18,6 +18,7 @@ collection-basic 1
collection-binextra 1
collection-latex 1
collection-latexrecommended 1
collection-xetex 1
instopt_adjustpath 1
instopt_adjustrepo 1
instopt_letter 0
@ -39,7 +40,7 @@ tlpdbopt_w32_multi_user 1
EOF
"$DIR"/tl/install-tl -profile "$DIR"/tl/prof
rm -r "$DIR"/texmf-dist/scripts/tlcockpit
"$DIR"/bin/x86_64-linux/tlmgr install bookhands fontawesome5 markdown paralist titlesec titling xstring
"$DIR"/bin/x86_64-linux/tlmgr install bookhands fontawesome5 markdown paralist titlesec titling xstring soul
appb
sed -i 3,5s#/bin#/bin/x86_64-linux# "$DIR"/AppRun
part9