Skip to content

Commit

Permalink
make fedora happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagom62 committed Apr 28, 2018
1 parent fb622a8 commit 57996c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ Vagrant.configure("2") do |config|
fedora25.vm.box = "fedora/25-cloud-base"
fedora25.vm.hostname = 'debian9'
fedora25.vm.network "public_network", bridge: NETWORK_BRIDGE
fedora25.vm.provision :shell, :inline => "dnf -y update"
fedora25.vm.provision :shell, :inline => "dnf -y install wget"
fedora25.vm.provision :shell, :inline => "wget #{SNIPEIT_SH_URL}"
fedora25.vm.provision :shell, :inline => "chmod 755 snipeit.sh"
end
Expand Down

0 comments on commit 57996c0

Please sign in to comment.