From 8dbfa5fec4fa98417df88da72b513c577171a661 Mon Sep 17 00:00:00 2001 From: Tulili Date: Fri, 30 Jun 2023 02:37:36 -0300 Subject: [PATCH] fix: download latest ttf fonts from intel one mono fixes #14 --- fetch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch.sh b/fetch.sh index 8dcd890..18346b7 100644 --- a/fetch.sh +++ b/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" \ No newline at end of file +mv /tmp/intelmono/ttf "$FILES_ROOT/usr/share/fonts/intel-one-mono"