Skip to content

Commit 1154794

Browse files
Fixed explorer path
1 parent 73c34c9 commit 1154794

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

unix/Explorer/install-ubuntu18.04.sh

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Start in the home directory
2+
cd ~/
3+
14
# Installation for Ubuntu 18.04
25
sudo apt-get update -y
36
sudo apt-get install npm -y
@@ -182,9 +185,7 @@ cat <<EOT >> ./settings.json
182185
}
183186
EOT
184187

185-
186-
cd ..
187-
mv explorer ../
188-
cd ..
189-
188+
cd ~/
189+
mv explorer ~/
190190
sudo service mongod start
191+

0 commit comments

Comments
 (0)