Compare commits

..

No commits in common. "master" and "1.2.0" have entirely different histories.

3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -3,7 +3,7 @@
Google Font installer and updater for Mac. Tested on Big Sur. Requires git and wget to be installed. Google Font installer and updater for Mac. Tested on Big Sur. Requires git and wget to be installed.
## Installation ## Installation
* Download the latest `GFontInstaller.sh` script. * Download the latest `GFontInstaller.sh` script from the [releases page](https://gogs.tfmm.co/tfmm/GFontInstallerMac/releases)
* Run script as root: `sudo GFontInstaller.sh` * Run script as root: `sudo GFontInstaller.sh`
* Follow Prompts * Follow Prompts

View File

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