From f01a5d22391c37e559b2dac086c4622c3637f372 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 6 Dec 2018 14:54:41 -0600 Subject: [PATCH] vagrant-user-setup.sh: No longer need docker branch of steam-runtime --- vagrant-user-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant-user-setup.sh b/vagrant-user-setup.sh index 3fa965ca..9b4b2f5b 100755 --- a/vagrant-user-setup.sh +++ b/vagrant-user-setup.sh @@ -1,7 +1,7 @@ #!/bin/sh #set up steam runtimes. remove these lines if building without the runtime -git clone https://github.com/ValveSoftware/steam-runtime.git -b wip-docker +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