Skip to content

Commit b9ab83d

Browse files
committed
Remove jessie-backports repository
jessie-backports have been removed by Debian FTP masters and it's no longer available.
1 parent b564d72 commit b9ab83d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Vagrantfile

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Vagrant.configure("2") do |config|
3636
config.vm.provision "shell", inline: <<-SHELL
3737
set -ev
3838
39+
############################################################
40+
# Removing jessie-backports #
41+
############################################################
42+
sed -i '/jessie-backports/d' /etc/apt/sources.list
43+
3944
############################################################
4045
# Installing docs.rs dependencies #
4146
############################################################

0 commit comments

Comments
 (0)