Skip to content

Instantly share code, notes, and snippets.

@jonringer
Created February 2, 2022 19:35
Show Gist options
  • Save jonringer/cb61a2c13def7528558dc90432c8e782 to your computer and use it in GitHub Desktop.
Save jonringer/cb61a2c13def7528558dc90432c8e782 to your computer and use it in GitHub Desktop.
#!/nix/store/2kh3c4v2vf6d6xg6c9n8zvfpwf3zzwca-bash-5.1-p12/bin/bash
source /etc/profile
cat > /etc/ld.so.conf <<EOF
/lib
/lib/x86_64-linux-gnu
/lib64
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib64
/lib/i386-linux-gnu
/lib32
/usr/lib/i386-linux-gnu
/usr/lib32
EOF
ldconfig &> /dev/null
exec /nix/store/iy5bhwfhq3np9305gijv98gmlwf6l9zq-steam-wrapper.sh "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment