Moved scripts out of the way
This commit is contained in:
parent
b13997ec9b
commit
19a02722c5
6 changed files with 22 additions and 0 deletions
11
scripts/get_msttcorefonts.sh
Executable file
11
scripts/get_msttcorefonts.sh
Executable 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue