Skip to content

Instantly share code, notes, and snippets.

@T7a9
T7a9 / SD_pacman.sh
Last active February 23, 2024 23:55 — forked from muzzol/SD_packages-pacman.sh
script for installing packages on Steam Deck using pacman
#!/bin/bash
# every package will most likely be wiped clean after each update
# this fork utilises yay for ease of use, as well as non-hardmodded packages
echo "Run the script at your own risk! I don't own a steam deck and I'm unsure if it works"
echo "To cancel, press Ctrl+c"
sleep 6
echo "THIS SCRIPT NEEDS TO BE SOURCED AND RAN AS ROOT! Instead of running\n\n./SD_pacman.sh\n\n run\n\n. sudo ./SD_pacman.sh"
sleep 4