Moved scripts out of the way

This commit is contained in:
Frank Schiebel 2023-09-15 15:38:05 +02:00
parent b13997ec9b
commit 19a02722c5
6 changed files with 22 additions and 0 deletions

11
scripts/get_msttcorefonts.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
mkdir -p /var/www/html/mscorefonts
rm -f /var/www/html/mscorefonts/*
cd /var/www/html/mscorefonts
for i in andale32.exe arialb32.exe arial32.exe comic32.exe courie32.exe georgi32.exe impact32.exe times32.exe trebuc32.exe verdan32.exe webdin32.exe; do
wget https://downloads.sourceforge.net/corefonts/$i;
done