Skip to content

Commit 70895e1

Browse files
committed
vagrant BUGFIX path to the released ncgui
1 parent 60d9c31 commit 70895e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagrant/Ubuntu-release/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apt-get install -y libnetconf2-experimental python3-netconf2-experimental
2121
SCRIPT
2222

2323
$setup = <<SCRIPT
24-
wget https://github.com/CESNET/Netopeer2GUI/releases/download/0.2/ncgui.tgz
24+
wget https://github.com/CESNET/Netopeer2GUI/releases/download/v0.2/ncgui.tgz
2525
tar -xzf ncgui.tgz
2626
cp /home/vagrant/shared/ncgui.conf /etc/apache2/sites-available/
2727
a2enmod rewrite

0 commit comments

Comments
 (0)