Update 'install.sh'
This commit is contained in:
parent
0d53d60bec
commit
9005f09844
|
@ -21,7 +21,7 @@ function run_install {
|
||||||
touch $HOME/Library/profile.d/000keep.sh
|
touch $HOME/Library/profile.d/000keep.sh
|
||||||
|
|
||||||
# run modular setup scripts
|
# run modular setup scripts
|
||||||
for FN in "$HOME/Library/user-setup/*.sh" ; do
|
for FN in "$HOME/Library/user-setup/"*.sh ; do
|
||||||
echo "new-user-setup: starting $(basename "$FN")..."
|
echo "new-user-setup: starting $(basename "$FN")..."
|
||||||
# we used to run these in a subshell but not we don't because we want the environment to persist between
|
# we used to run these in a subshell but not we don't because we want the environment to persist between
|
||||||
source "$FN"
|
source "$FN"
|
||||||
|
|
Loading…
Reference in New Issue