steamdeck-mm/setup-deck-mm

14 lines
602 B
Bash
Executable File

#!/bin/bash
steamos-readonly disable
pacman-key --init
pacman-key --populate archlinux holo
pacman -Syy
pacman -S wireguard-tools screen gstreamer-vaapi gst-plugin-pipewire gst-plugins-good mc htop gst-plugins-base --noconfirm --overwrite "*"
cp /home/deck/steamdeck-mm/deck_swap_sudoers_file /etc/sudoers.d/zzz_deck_swap
chown root:root /etc/sudoers.d/zzz_deck_swap
chmod 0400 /etc/sudoers.d/zzz_deck_swap
rsync -avrz --progress /home/deck/steamdeck-mm/shortcuts.json /home/deck/homebrew/settings/bash-shortcuts/bash-shortcuts.json
steamos-readonly enable
echo "Please reboot SteamDeck"