Add files to ignore list
This commit is contained in:
parent
6795e9815d
commit
0e77984b1e
2 changed files with 8 additions and 2 deletions
|
|
@ -15,8 +15,7 @@ then
|
|||
elif [ "$1" == "update" ] || [ "$1" == "pull" ]
|
||||
then
|
||||
cd $SOURCE
|
||||
git pull `git remote | head -n 1` &&
|
||||
git submodule init && git submodule update --recursive
|
||||
git pull --recurse-submodules=yes `git remote | head -n 1`
|
||||
exit $?
|
||||
elif [ "$1" == "remove" ] || [ "$1" == "uninstall" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue