Skip to content

Instantly share code, notes, and snippets.

View C7YPT0N1C's full-sized avatar

C7YPT0N1C C7YPT0N1C

  • 02:55 (UTC +01:00)
View GitHub Profile
#!/bin/bash
sudo pacman -Syyu # Update repos and packages
sudo pacman -Syu mesa-amber # Install mesa-amber as mesa causes visual artifacts
sudo pacman -Syu polkit # Installs polkit
sudo pacman -Syyu # Reupdates repos and packages just in case, also to prep for potential steamos-update
sudo steamos-update check # Checks for SteamOS updates
sudo steamos-update now # Updates SteamOS is an update is found
sudo holoiso-grub-update # Updates holoiso grub configuration just to be safe
# The file "/root/.steam/root/config/SteamAppData.vdf" for some reason is required to exist for gamescope to properly initialise, however, it seems that this file is by default not created.
@C7YPT0N1C
C7YPT0N1C / TP-Link_Driver_Install.sh
Last active July 15, 2024 13:31
TP-Link WiFi Adaptor Driver Install Script