gfontinstallermac/fontupdater.sh

9 lines
159 B
Bash
Raw Permalink Normal View History

2021-01-09 07:32:16 -05:00
#!/bin/bash
#Source config file
2023-08-09 14:32:30 -04:00
. /opt/gfontinstallermac/config
2021-01-09 07:32:16 -05:00
#Move to font directory
cd /Users/$USER/Library/Fonts/google-fonts
2023-08-09 14:32:30 -04:00
sudo -u $USER git pull