Skip to content

Instantly share code, notes, and snippets.

View ChlorideCull's full-sized avatar
🙃
Questioning the value of being able to set your status on Github

Sebastian Johansson ChlorideCull

🙃
Questioning the value of being able to set your status on Github
  • TietoEVRY
  • Skellefteå, Sweden
View GitHub Profile
@ChlorideCull
ChlorideCull / fglrx-linkmissingbinaries.sh
Created August 2, 2013 16:15
This (too) simple shell script links the incorrectly placed CCC and accompanying binaries to /bin, so that you can use them without digging through the entire fucking filesystem.
#!/bin/sh
ln /usr/lib/fglrx/bin/amdcccle /bin/amdcccle
ln /usr/lib/fglrx/bin/amdupdaterandrconfig /bin/amdupdaterandrconfig
ln /usr/lib/fglrx/bin/amdxdg-su /bin/amdxdg-su
echo Linked binaries from /usr/lib/fglrx/bin to /bin