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
cascade-examples
rigado-node-hello-world-frontend
Commits
ad28ebf5
Commit
ad28ebf5
authored
Apr 23, 2018
by
Spencer Williams
Browse files
linting
parent
d87da6ed
Changes
3
Hide whitespace changes
Inline
Side-by-side
bin/install_mosquitto_mqtt.sh
View file @
ad28ebf5
...
...
@@ -41,4 +41,4 @@ echo "/etc/mosquitto/mosquitto.conf has been changed"
service mosquitto start
echo
"mosquitto installed and configured"
\ No newline at end of file
echo
"mosquitto installed and configured"
bin/install_nodejs.sh
View file @
ad28ebf5
...
...
@@ -8,8 +8,8 @@ curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
apt-get
install
-y
nodejs
npm
-v
>
/dev/null
||
{
echo
>
&2
'Node.js installation failed =('
exit
1
echo
>
&2
'Node.js installation failed =('
exit
1
}
echo
-e
"
\n
==> All good!"
bin/install_yarn.sh
View file @
ad28ebf5
...
...
@@ -5,4 +5,4 @@ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/source
sudo
apt-get update
-y
sudo
apt-get
install
yarn
-y
\ No newline at end of file
sudo
apt-get
install
yarn
-y
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