vagrant-user-setup.sh: No longer need docker branch of steam-runtime
This commit is contained in:
parent
aa2c9e0251
commit
f01a5d2239
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#set up steam runtimes. remove these lines if building without the runtime
|
#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 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 --beta i386 --extra-bootstrap=/home/vagrant/proton/steamrt-bootstrap.sh steam-proton-dev32
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue