SDDM Theme, KDE Lock, BlueJ, Greenfoot

This commit is contained in:
Frank Schiebel 2023-09-06 14:43:55 +02:00
parent 06436c312e
commit 5ceb0bfe1a
8 changed files with 185 additions and 11 deletions

11
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