Update Vagrantfile: install curl, force install just (#221)
This commit is contained in:
parent
0024dae720
commit
0a57519ad7
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -3,7 +3,7 @@ Vagrant.configure(2) do |config|
|
|||||||
|
|
||||||
config.vm.provision "shell", inline: <<-EOS
|
config.vm.provision "shell", inline: <<-EOS
|
||||||
apt-get -y update
|
apt-get -y update
|
||||||
apt-get install -y clang git vim
|
apt-get install -y clang git vim curl
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
config.vm.provision "shell", privileged: false, inline: <<-EOS
|
config.vm.provision "shell", privileged: false, inline: <<-EOS
|
||||||
@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
|
|||||||
./install-rustup -y
|
./install-rustup -y
|
||||||
source ~/.cargo/env
|
source ~/.cargo/env
|
||||||
rustup target add x86_64-unknown-linux-musl
|
rustup target add x86_64-unknown-linux-musl
|
||||||
cargo install just
|
cargo install -f just
|
||||||
git clone https://github.com/casey/just.git
|
git clone https://github.com/casey/just.git
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user