Created
February 2, 2022 19:35
-
-
Save jonringer/cb61a2c13def7528558dc90432c8e782 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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