Fix updater download

This commit is contained in:
Russ Long 2021-01-09 07:36:04 -05:00
parent 13c87a4423
commit 680b053267

View File

@ -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" ]]