Update 'install.sh'
little bit of housekeeping in network install script
This commit is contained in:
parent
fd2eb9f84b
commit
fbf6534f41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue