mirror of
https://github.com/MLBZ521/MacAdmin.git
synced 2026-02-03 05:53:26 +00:00
install_Fonts.sh
v1.0 = First Production Version
This commit is contained in:
20
Software/install_Fonts.sh
Normal file
20
Software/install_Fonts.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
###################################################################################################
|
||||
# Script Name: install_Fonts.sh
|
||||
# By: Zack Thompson / Created: 8/13/2015
|
||||
# Version: 1.0 / Updated: 8/13/2015 / By: ZT
|
||||
# ChangeLog:
|
||||
# v1.0 = First Production Version
|
||||
#
|
||||
# Description: This script copies all the fonts to the System Fonts folder.
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
# Copy the all font files to the System Fonts folder.
|
||||
cp -r /Library/IT_Staging/ /Library/Fonts/
|
||||
|
||||
# Delete all font files.
|
||||
rm /Library/IT_Staging/*
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user