Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2023
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. sudo steamos-readonly disable
  4. sudo pacman-key --init
  5. sudo pacman-key --populate archlinux
  6. # pacman-key --refresh-keys
  7. sudo rm -rf /etc/ld.so.conf.d/fakeroot.conf # For rebuilding yay.
  8. sudo pacman -Sy base-devel
  9. sudo pacman -S --overwrite glibc gcc-libs linux-headers linux-api-headers linux-neptune-headers libarchive zlib
  10. cd /tmp && git clone https://aur.archlinux.org/yay-git.git && cd yay-git && makepkg -si
  11. yay --version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement