We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b564d72 + b9ab83d commit a15f780Copy full SHA for a15f780
Vagrantfile
@@ -36,6 +36,11 @@ Vagrant.configure("2") do |config|
36
config.vm.provision "shell", inline: <<-SHELL
37
set -ev
38
39
+ ############################################################
40
+ # Removing jessie-backports #
41
42
+ sed -i '/jessie-backports/d' /etc/apt/sources.list
43
+
44
############################################################
45
# Installing docs.rs dependencies #
46
0 commit comments