mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2026-05-25 21:55:28 +00:00
Clear History
This commit is contained in:
BIN
Binary file not shown.
Binary file not shown.
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
TARGET=~/.fonts
|
||||
mkdir -p $TARGET
|
||||
unzip -o -d "$TARGET/roboto_mono" "./fonts/Roboto_Mono.zip"
|
||||
unzip -o -d "$TARGET/open_sans" "./fonts/Open_Sans.zip"
|
||||
Reference in New Issue
Block a user