Update 'custompkg/root/etc/skel/Library/user-setup/100.install-caskroom-apps.sh'

fix bug with cask app dir install path
This commit is contained in:
Jeffrey Paul 2021-11-23 02:21:10 +00:00
parent e43128be70
commit d03c1e4b86
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ CASKS="
"
for CASK in $CASKS ; do
brew install --appdir=\"$HOME/Applications\" $CASK
brew install --appdir="$HOME/Applications" $CASK
done
brew tap homebrew/cask-fonts