Updated bootstrap.sh (again)
This commit is contained in:
parent
dd170b1235
commit
d413bd27d1
@ -49,6 +49,9 @@ df_update () {
|
|||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
git submodule foreach git pull origin master
|
git submodule foreach git pull origin master
|
||||||
|
|
||||||
|
# Copy files from init to scripts basedir
|
||||||
|
cp init/nord-dircolors/src/dir_colors ./.dir_colors
|
||||||
}
|
}
|
||||||
|
|
||||||
# Deploy files to ~
|
# Deploy files to ~
|
||||||
@ -79,10 +82,6 @@ list)
|
|||||||
######################## bootstrap.sh DEPLOY ########################
|
######################## bootstrap.sh DEPLOY ########################
|
||||||
deploy)
|
deploy)
|
||||||
|
|
||||||
|
|
||||||
# Copy files from init to scripts basedir
|
|
||||||
cp init/nord-dircolors/src/dir_colors ./.dir_colors
|
|
||||||
|
|
||||||
df_deploy
|
df_deploy
|
||||||
;;
|
;;
|
||||||
######################## bootstrap.sh UPDATE ########################
|
######################## bootstrap.sh UPDATE ########################
|
||||||
|
Loading…
Reference in New Issue
Block a user