Update bootstrap.sh

This commit is contained in:
Palvika-Goyal 2020-10-21 13:13:11 +05:30 committed by GitHub
parent 6a9c656e66
commit 9705b4edad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# This file is ran during vagrant provision
add-apt-repository ppa:webupd8team/java
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.6 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-3.6.list
@ -10,4 +10,4 @@ cd /vagrant/
mvn clean
mvn install
cd target
java -jar server-1.4a.jar
java -jar server-1.4a.jar