Skip to content

Commit

Permalink
use mergerfs with debianrustup
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Aug 11, 2024
1 parent 3714b17 commit 629377f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Vagrant.configure("2") do |config|
debianrustup.vm.provision "file", source: "./", destination: "/home/vagrant/try"
debianrustup.vm.provision "shell", privileged: false, inline: "
sudo apt-get update
sudo apt-get install -y curl attr pandoc gcc make autoconf
sudo apt-get install -y curl attr pandoc gcc make autoconf mergerfs
sudo chown -R vagrant:vagrant try
cd try
mkdir rustup
Expand Down

0 comments on commit 629377f

Please sign in to comment.