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:
parent
e43128be70
commit
d03c1e4b86
|
@ -38,7 +38,7 @@ CASKS="
|
||||||
"
|
"
|
||||||
|
|
||||||
for CASK in $CASKS ; do
|
for CASK in $CASKS ; do
|
||||||
brew install --appdir=\"$HOME/Applications\" $CASK
|
brew install --appdir="$HOME/Applications" $CASK
|
||||||
done
|
done
|
||||||
|
|
||||||
brew tap homebrew/cask-fonts
|
brew tap homebrew/cask-fonts
|
||||||
|
|
Loading…
Reference in New Issue