Last active
March 7, 2016 13:15
-
-
Save rhoconlinux/315854818186ebd00614 to your computer and use it in GitHub Desktop.
open-as-root-pcmanfm-installer.sh
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 | |
| mkdir -p ~/.local/share/file-manager/actions | |
| cd ~/.local/share/file-manager/actions | |
| wget https://gist.githubusercontent.com/rhoconlinux/1e77cb04420b2ccd9893/raw/e79a3fda9f5dd14cad238dec711b2a3df330b969/open-as-root-pcmanfm.desktop -O root.desktop | |
| killall pcmanfm; | |
| pcmanfm & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment