Join Nostr
2026-09-09 01:12:11 UTC
in reply to

Ryan on Nostr: This will give you a button to do this automatically. Requires password. ...

https://haven.downisontheup.ca/b33c3a92b4946cb896d6981829f288807f8a2cb532431a6b7d2cd425c474902a.gz

This will give you a button to do this automatically. Requires password.
It looks like SteamOS lacks some headers of of the box.

You need to add them for this to work.

# 1. Disable SteamOS read-only filesystem mode
sudo steamos-readonly disable

# 2. Initialize and populate pacman keyrings
sudo pacman-key --init
sudo pacman-key --populate archlinux holoiso

# 3. Update repositories and install essential build tools
sudo pacman -Sy base-devel glibc linux-api-headers gcc

After that it should run.