Last active
November 29, 2016 20:38
-
-
Save rhoconlinux/8798e2b33e677c37e8ce6ee151b01e1b to your computer and use it in GitHub Desktop.
pcmanfm-openasroot-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 -O root.desktop https://gist.githubusercontent.com/rhoconlinux/5ff62bc0a8a8561826eb1fd18b1215a8/raw/8a0aa3e3961c28d2d8c32e45ee80ab361090d2a0/pcman-fm-context-openasroot.desktop | |
cd | |
killall pcmanfm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment