From 680b053267161bc73c3a4dea85a17670622a6478 Mon Sep 17 00:00:00 2001 From: Russ Long Date: Sat, 9 Jan 2021 07:36:04 -0500 Subject: [PATCH] Fix updater download --- GFontInstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GFontInstaller.sh b/GFontInstaller.sh index 323a9e3..ee5fb9b 100644 --- a/GFontInstaller.sh +++ b/GFontInstaller.sh @@ -1,5 +1,5 @@ #!/bin/bash -SCRIPTLOC=$FIXME +SCRIPTLOC="https://gogs.tfmm.co/tfmm/GFontInstallerMac/raw/master/fontupdater.sh" #Check for root if [[ $EUID -ne "0" ]]