9 lines
159 B
Bash
9 lines
159 B
Bash
#!/bin/bash
|
|
|
|
#Source config file
|
|
. /opt/gfontinstallermac/config
|
|
|
|
#Move to font directory
|
|
cd /Users/$USER/Library/Fonts/google-fonts
|
|
sudo -u $USER git pull
|