Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
4a3ea018
Commit
4a3ea018
authored
Feb 21, 2017
by
Thanassis Tsiodras
Browse files
Auto-merge all the changes done in upstream submodules.
parent
0de68d23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Update-TASTE.sh
View file @
4a3ea018
#!/bin/bash
git pull
||
exit
1
git submodule init
||
exit
1
git submodule update
||
exit
1
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
for
INSTALL_SCRIPT
in
install
/
*
;
do
${
INSTALL_SCRIPT
}
||
{
echo
Failed
in
execution of
"
${
INSTALL_SCRIPT
}
"
;
exit
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment