Skip copying .git* items to macOS images
This commit is contained in:
parent
207c52663b
commit
70aa8e40ac
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ echo "Installing Hombrew..."
|
|||
mkdir -p "${WK_PATH}/usr/local/bin"
|
||||
ln -s python3 "${WK_PATH}/usr/local/bin/python"
|
||||
rsync -aS /opt/ "${WK_PATH}/opt"/
|
||||
rsync -aS /usr/local/{Cellar,Frameworks,Homebrew,bin,etc,include,lib,libexec,opt,sbin,share,var} "${WK_PATH}/usr/local"/
|
||||
rsync -aS --exclude='.git*' /usr/local/{Cellar,Frameworks,Homebrew,bin,etc,include,lib,libexec,opt,sbin,share,var} "${WK_PATH}/usr/local"/
|
||||
|
||||
# Fonts
|
||||
echo "Installing Fonts..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue