sudo apt install --yes xinit xterm x11-xserver-utils i3 xss-lock xdg-utils
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 | |
# -------------------------------------------------------------------------------------------------------------------------# | |
# 1st: Download the amdgpu-drivers from here: https://www.amd.com/de/support/kb/release-notes/rn-amdgpu-unified-navi-linux # | |
# -------------------------------------------------------------------------------------------------------------------------# | |
#=============================# | |
### CONFIG ### | |
# ADJUST VERSIONS ACCORDINGLY! | |
PACKAGE="amdgpu-pro" |