Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
blaar
Commits
13e1f485
Commit
13e1f485
authored
May 03, 2018
by
Arnaud Blanchard
Browse files
Improve install message
parent
76a77561
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_and_install_all.sh
View file @
13e1f485
...
...
@@ -23,7 +23,10 @@ echo
echo
"Update blaar and submodules"
echo
"---------------------------"
echo
echo
"Update main project 'blaar'"
git pull
echo
echo
"Update submodules"
git submodule update
--init
--remote
--merge
#--remote --merge is for merging from the last version on the remote, not only the version when the submodule has been added
echo
echo
"Reinstall and check all"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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