Skip to content

Commit

Permalink
Vagrant: Fix Debian 10 Vagrantfile For Deb repositories. (#3656)
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Jul 5, 2024
1 parent 7e74e63 commit 4aa7788
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/vagrant/Vagrantfile.Debian10
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# vi: set ft=ruby :

$script = <<SCRIPT
# Configure DPKG to be noninteractive
sudo ex +"%s@DPkg@//DPkg" -cwq /etc/apt/apt.conf.d/70debconf
sudo dpkg-reconfigure debconf -f noninteractive -p critical
# Update Repository Addresses For Debian
sudo sed -i 's/deb.debian.org/archive.debian.org/g' /etc/apt/sources.list
sudo apt-get update
sudo apt-get install tree -y
sudo apt-get install software-properties-common -y
sudo apt-get install gpg -y
Expand Down

0 comments on commit 4aa7788

Please sign in to comment.