parent
6457083897
commit
8dbfa5fec4
1 changed files with 2 additions and 2 deletions
4
fetch.sh
4
fetch.sh
|
|
@ -22,6 +22,6 @@ unzip /tmp/ubuntu.zip -d "/tmp/ubuntu"
|
|||
rm -rf /tmp/ubuntu/__MACOSX
|
||||
mv /tmp/ubuntu/* "$FILES_ROOT/usr/share/fonts"
|
||||
|
||||
wget -O /tmp/intelmono.zip 'https://github.com/intel/intel-one-mono/releases/download/V1.2.1/ttf.zip'
|
||||
wget -O /tmp/intelmono.zip 'https://github.com/intel/intel-one-mono/releases/latest/download/ttf.zip'
|
||||
unzip /tmp/intelmono.zip -d "/tmp/intelmono"
|
||||
mv /tmp/intelmono/ttf "$FILES_ROOT/usr/share/fonts/intel-one-mono"
|
||||
mv /tmp/intelmono/ttf "$FILES_ROOT/usr/share/fonts/intel-one-mono"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue