Skip to content

Commit

Permalink
Update Vagrantfile: install curl, force install just (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Sep 8, 2017
1 parent 0024dae commit 0a57519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Vagrant.configure(2) do |config|

config.vm.provision "shell", inline: <<-EOS
apt-get -y update
apt-get install -y clang git vim
apt-get install -y clang git vim curl
EOS

config.vm.provision "shell", privileged: false, inline: <<-EOS
Expand All @@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
./install-rustup -y
source ~/.cargo/env
rustup target add x86_64-unknown-linux-musl
cargo install just
cargo install -f just
git clone https://github.com/casey/just.git
EOS
end

0 comments on commit 0a57519

Please sign in to comment.