|
@ -16,18 +16,19 @@ apk --no-cache add \ |
|
|
if [ "$scheme" != "full" ]; then |
|
|
if [ "$scheme" != "full" ]; then |
|
|
# tlmgr install \ |
|
|
# tlmgr install \ |
|
|
# fmtcount |
|
|
# fmtcount |
|
|
tlmgr update --self |
|
|
# tlmgr update --self |
|
|
|
|
|
|
|
|
echo "==> extra packages" |
|
|
echo "==> extra packages" |
|
|
|
|
|
|
|
|
extrap=/extrapackages |
|
|
i#extrap=/extrapackages |
|
|
if [ -f $extrap ]; then |
|
|
if [ -f $extrap ]; then |
|
|
|
|
|
|
|
|
while read -r line; do |
|
|
echo "no" |
|
|
extrapackages="$extrapackages $line" |
|
|
#while read -r line; do |
|
|
done < $extrap |
|
|
#extrapackages="$extrapackages $line" |
|
|
|
|
|
#done < $extrap |
|
|
|
|
|
|
|
|
tlmgr install $extrapackages |
|
|
#tlmgr install $extrapackages |
|
|
|
|
|
|
|
|
else |
|
|
else |
|
|
echo "No extrapackages file" |
|
|
echo "No extrapackages file" |
|
@ -37,9 +38,9 @@ fi |
|
|
|
|
|
|
|
|
# apk add --no-cache msttcorefonts-installer |
|
|
# apk add --no-cache msttcorefonts-installer |
|
|
|
|
|
|
|
|
update-ms-fonts |
|
|
# update-ms-fonts |
|
|
|
|
|
|
|
|
fc-cache -f |
|
|
# fc-cache -f |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
texhash |
|
|
texhash |
|
|