Skip to content

Commit

Permalink
Merge pull request ValveSoftware#47 from adrianrlaw/vagrant-fixes
Browse files Browse the repository at this point in the history
Fix the Vagrantfile so that we use up to date packages.
  • Loading branch information
GloriousEggroll committed Dec 16, 2021
2 parents ced2571 + efd06ce commit aa14046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Vagrant.configure(2) do |config|
set -e
#install docker and steam-runtime dependencies
dpkg --add-architecture i386
apt-get update
apt-get update && apt-get --assume-yes upgrade
apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common
#add docker repo
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Vagrant.configure(2) do |config|
debian10.vm.provision "shell", privileged: "true", inline: <<-SHELL
#install docker and steam-runtime dependencies
dpkg --add-architecture i386
apt-get update
apt-get update && apt-get --assume-yes upgrade
apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common
#add docker repo
Expand Down

0 comments on commit aa14046

Please sign in to comment.