Created
August 2, 2013 16:15
-
-
Save ChlorideCull/6141176 to your computer and use it in GitHub Desktop.
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.
This file contains 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/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment