Skip to content

Commit

Permalink
feat: add amd gpu script
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Aug 19, 2023
1 parent 9cd2760 commit 9100c96
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions scripts/gpu-amd.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/bin/bash
usage() {
echo "AMD GPU based on its open-source kernel module, for desktop environments"

# shellcheck disable=1004,2016
echo '
_
__ _ _ __ _ _ __ _ _ __ ___ __| |
/ _` | |_ \| | | |_____ / _` | |_ ` _ \ / _` |
| (_| | |_) | |_| |_____| (_| | | | | | | (_| |
\__, | .__/ \__,_| \__,_|_| |_| |_|\__,_|
|___/|_|
'
}

main_pacman() {
require_pacman xf86-video-amdgpu vulkan-radeon libva-mesa-driver mesa-vdpau
}

main_apt() {
return 1
}

main_brew() {
return 1
}

main() {
return 0
}

main_parham() {
return 0
}

0 comments on commit 9100c96

Please sign in to comment.