Skip to content

Commit 622ccd2

Browse files
committed
Use resources from Vagrant-REST-Interface version 0.1.4 in demos.
1 parent b0d1698 commit 622ccd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/centos7/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Vagrant.configure(2) do |config|
4040
# These libraries could be moved or removed by the user if they were already covered
4141
yum install -y wget
4242
yum install -y unzip
43-
wget https://github.com/Moonshine-IDE/Vagrant-REST-Interface/releases/download/0.1.3/VagrantCRUD_centos7.zip
43+
wget https://github.com/Moonshine-IDE/Vagrant-REST-Interface/releases/download/0.1.4/VagrantCRUD_centos7.zip
4444
4545
unzip -d rest VagrantCRUD_centos7.zip
4646
mv rest/rest-interface-*.jar rest/rest-interface.jar

demo/ubuntu/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Vagrant.configure(2) do |config|
2626
# These libraries could be moved or removed by the user if they were already covered
2727
apt-get install -y wget
2828
apt-get install -y unzip
29-
wget https://github.com/Moonshine-IDE/Vagrant-REST-Interface/releases/download/0.1.3/VagrantCRUD_ubuntu.zip
29+
wget https://github.com/Moonshine-IDE/Vagrant-REST-Interface/releases/download/0.1.4/VagrantCRUD_ubuntu.zip
3030
3131
unzip -d rest VagrantCRUD_ubuntu.zip
3232
mv rest/rest-interface-*.jar rest/rest-interface.jar

0 commit comments

Comments
 (0)