From fbf6534f41f7def789c0be72f910cf95123afb99 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 10 Sep 2021 22:18:13 +0000 Subject: [PATCH] Update 'install.sh' little bit of housekeeping in network install script --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index aaeb8cb..790e741 100644 --- a/install.sh +++ b/install.sh @@ -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