Update 'install.sh'

little bit of housekeeping in network install script
This commit is contained in:
Jeffrey Paul 2021-09-10 22:18:13 +00:00
parent fd2eb9f84b
commit fbf6534f41
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ function run_install {
fi
rsync -avP "$DEST/custompkg/root/etc/skel/" "$HOME/"
mkdir -p $HOME/Library/bashrc.d
mkdir -p $HOME/Library/profile.d
touch $HOME/Library/bashrc.d/000keep.sh
touch $HOME/Library/profile.d/000keep.sh
# run modular setup scripts
for FN in $HOME/Library/user-setup/*.sh ; do