Fix script locations

This commit is contained in:
Russ Long 2023-08-09 14:32:30 -04:00
parent 973abf5c8c
commit 012d63d969
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
SCRIPTLOC="https://gogs.tfmm.co/tfmm/GFontInstallerMac/raw/master/fontupdater.sh"
SCRIPTLOC="https://gitlab.tfmm.co/tfmm/GFontInstallerMac/-/raw/master/fontupdater.sh"
#Check for root
if [[ $EUID -ne "0" ]]
@ -40,7 +40,7 @@ done
#Setup directory in /opt and fetch script
mkdir -p /opt/gfontinstallermac
wget -o $SCRIPTLOC /opt/gfontinstallermac/fontupdater.sh
wget -O /opt/gfontinstallermac/fontupdater.sh $SCRIPTLOC
chmod +x /opt/gfontinstallermac/fontupdater.sh

View File

@ -1,8 +1,8 @@
#!/bin/bash
#Source config file
. ${PWD}/config
. /opt/gfontinstallermac/config
#Move to font directory
cd /Users/$USER/Library/Fonts/google-fonts
sudo -u $USER git pull
sudo -u $USER git pull