From 95a01d39fd2ac7075c68e43e854f3a64256e456f Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Mon, 10 Dec 2018 08:06:11 -0600 Subject: [PATCH] vagrant-user-setup: Don't use the beta steam runtime --- vagrant-user-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vagrant-user-setup.sh b/vagrant-user-setup.sh index 9b4b2f5b..4b199e90 100755 --- a/vagrant-user-setup.sh +++ b/vagrant-user-setup.sh @@ -2,8 +2,8 @@ #set up steam runtimes. remove these lines if building without the runtime git clone https://github.com/ValveSoftware/steam-runtime.git -./steam-runtime/setup_docker.sh --beta amd64 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev -./steam-runtime/setup_docker.sh --beta i386 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev32 +./steam-runtime/setup_docker.sh amd64 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev +./steam-runtime/setup_docker.sh i386 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev32 #configure proton build mkdir build