mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-18 04:43:17 +00:00
dotnet: latest, tex: xetex
This commit is contained in:
parent
9be8602ba7
commit
49247f48cb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue