Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
Last active March 7, 2016 13:15
Show Gist options
  • Select an option

  • Save rhoconlinux/315854818186ebd00614 to your computer and use it in GitHub Desktop.

Select an option

Save rhoconlinux/315854818186ebd00614 to your computer and use it in GitHub Desktop.
open-as-root-pcmanfm-installer.sh
#!/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