Last active
March 14, 2024 18:38
-
-
Save joaociocca/1fd0dd912151ac87e383004d45b85c6c to your computer and use it in GitHub Desktop.
Johnny SteamOS Steamdeck - enable package install via pacman/paru and install my basics
This file contains hidden or 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
sudo steamos-readonly disable | |
sudo sed -i 's/Required DatabaseOptional/Optional TrustAll/' /etc/pacman.conf | |
sudo pacman-key --init | |
sudo pacman-key --populate archlinux | |
sudo pacman-key --populate holo | |
sudo pacman -S holo-keyring archlinux-keyring | |
pacman -S fakeroot vivaldi vivaldi-ffmpeg-codecs telegram-desktop neofetch code code-marketplace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment