1. Dodaj repozytoria Steam OS.
Zrób plik /etc/apt/sources.list.d/steamos.list i wklej:
Kod: Zaznacz cały
deb [URL]http://repo.steampowered.com/steamos[/URL] alchemist main contrib non-free
deb-src [URL]http://repo.steampowered.com/steamos[/URL] alchemist main contrib non-free
Kod: Zaznacz cały
Package: *
Pin: origin repo.steampowered.com
Pin-Priority: 400
Kod: Zaznacz cały
# apt-get update
# apt-get install valve-archive-keyring
# apt-get update
Kod: Zaznacz cały
# apt-get -t alchemist install linux-image-686
Kod: Zaznacz cały
# apt-get -t alchemist install linux-image-amd64
Kod: Zaznacz cały
# apt-get -t alchemist install steamos-base-files steam steam-launcher steamos-compositor steamos-modeswitch-inhibitor valve-wallpapers
5. Opcjonalnie doinstaluj dedykowany sterownik grafiki NVidia:
Kod: Zaznacz cały
# dpkg -l *nvidia* | grep ^ii | awk '{print $2}' | xargs apt-get -t alchemist install