#!/bin/bash # Install 32-bits deps from x86 legacy repository if [ ! -e /usr/lib/libGL.so.1 -o ! -e /usr/lib/libstdc++.so.6 ]; then xterm -bg black -fg white -e /usr/lib/steam/steamdeps.sh fi