Update 'install.sh'

make sure we pick up updated path after each run
This commit is contained in:
Jeffrey Paul 2021-09-10 22:16:21 +00:00
parent 14ca9e8697
commit fd2eb9f84b
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ function run_install {
# run modular setup scripts
for FN in $HOME/Library/user-setup/*.sh ; do
source $HOME/.profile
source $HOME/.bashrc
echo "new-user-setup: starting $(basename $FN)..."
bash "$FN" 2>&1 | tee -a $HOME/Library/Logs/user-setup.log
rm "$FN"