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
#!/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 |