We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbfdc1 commit f92ef74Copy full SHA for f92ef74
Vagrantfile
@@ -33,7 +33,7 @@ Vagrant.configure(2) do |config|
33
# Setup environment
34
config.vm.provision :shell, :inline => "apt-get update"
35
config.vm.provision "shell" do |s|
36
- s.path = "https://github.com/cmu-db/bustub/raw/vagrant/build_support/packages.sh"
+ s.path = "https://raw.githubusercontent.com/cmu-db/bustub/master/build_support/packages.sh"
37
s.args = "-y"
38
end
39
0 commit comments