This file contains 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 | |
# SteamOS Recovery Downloader and Flasher | |
# script by ryanrudolf | |
# https://github.com/ryanrudolfoba | |
# https://youtube.com/@10minutesteamdeckgamer | |
# | |
# script will create the directory - ~/SteamOS-Recovery-Downloader and automatically download the latest SteamOS Recovery Image. | |
# script will perform a md5 check to make sure that download is not corrupted and finally flash the image to the USB device. | |
# if there are multiple USB devices, the script will exit immediately. Plug in a single USB device that you want to flash and re-run the script. | |
# |
This file contains 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 | |
# Roblox Player and Roblox Studio - Custom Launcher for SteamOS via Vinegar | |
# script by ryanrudolf | |
# https://github.com/ryanrudolfoba | |
# https://youtube.com/@10minutesteamdeckgamer | |
# | |
# script will automatically update the vinegar flatpak to the latest version | |
# and show a minimalist menu to choose between Roblox Player or Roblox Studio. | |
# |