Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tysonrm committed May 25, 2022
1 parent 63181fd commit e1ae51e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mongo.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
mkdir -p /tmp/mongodb && \
cd /tmp/mongodb && \
wget -qOmongodb.tgz https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-5.0.2.tgz && \
tar xf mongodb.tgz
pwd && ls && \
cd mongodb-* && \
sudo cp bin/* /usr/local/bin/ && \
cd /workspace && rm -rf /tmp/mongodb && \
sudo mkdir -p /workspace/db && \
Expand Down

0 comments on commit e1ae51e

Please sign in to comment.