Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
overleaf
Commits
54874c33
Commit
54874c33
authored
Sep 04, 2017
by
Shane Kilkelly
Browse files
Suppress verbose output from `type` command.
parent
bdbf2b3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/install-services
View file @
54874c33
...
...
@@ -7,8 +7,8 @@ grep 'name:' config/services.js | \
pushd
$service
echo
"Installing Service
$service
"
echo
' installing Node'
type
nvm
&&
nvm
install
type
nvm
&&
nvm use
type
-t
nvm
&&
nvm
install
type
-t
nvm
&&
nvm use
echo
' installing Dependencies'
npm
install
popd
...
...
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