nuggt69

steam 20.04

Dec 29th, 2020 (edited)
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. #!/bin/sh
  2. wget --no-check-certificate "https://repo.steampowered.com/steam/archive/precise/steam_latest.deb"
  3. wget --no-check-certificate "https://launchpad.net/~ubuntu-security/+archive/ubuntu/ppa/+build/19834355/+files/curl_7.68.0-1ubuntu2.2_amd64.deb"
  4. wget --no-check-certificate "http://mirrors.kernel.org/ubuntu/pool/main/g/glibc/libc6_2.31-0ubuntu9_i386.deb"
  5. wget --no-check-certificate "http://mirrors.kernel.org/ubuntu/pool/main/libg/libglvnd/libgl1_1.3.1-1_i386.deb"
  6. wget --no-check-certificate "http://mirrors.kernel.org/ubuntu/pool/main/m/mesa/libgl1-mesa-dri_20.0.4-2ubuntu1_i386.deb"
  7. sudo dpkg -i curl_7.68.0-1ubuntu2.2_amd64.deb
  8. sudo dpkg -i libc6_2.31-0ubuntu9_i386.deb
  9. sudo dpkg -i libgl1_1.3.1-1_i386.deb
  10. sudo dpkg -i libgl1-mesa-dri_20.0.4-2ubuntu1_i386.deb
  11. sudo dpkg -i steam_latest.deb
Add Comment
Please, Sign In to add comment