Add files via upload

This commit is contained in:
stornic56
2026-06-09 23:03:30 -05:00
committed by GitHub
parent 3d1738ddc0
commit af8fac4ac4
13 changed files with 1021 additions and 285 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Steam installation from Debian repos
install_steam() {
_run_cmd "Steam" "sudo apt install -y steam-installer" "Installing Steam from Debian repos..."
echo -e "${GREEN}Steam installed.${NC}"
}