Skip to content

Instantly share code, notes, and snippets.

View ryanrudolfoba's full-sized avatar

ryanrudolfoba

View GitHub Profile
@ryanrudolfoba
ryanrudolfoba / SteamOS-Recovery-Downloader-and-Flasher.sh
Created January 9, 2024 21:04
Script for SteamOS to easily download and flash the latest SteamOS Recovery Image to a USB device
#!/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.
#
@ryanrudolfoba
ryanrudolfoba / Roblox-Player-Studio.sh
Last active February 23, 2024 01:14
Roblox Player and Roblox Studio - Custom Launcher for SteamOS via Vinegar
#!/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.
#