418 B
418 B
micro-gksu
non-bloated gksu setup guide.
installation
- install the ssh-askpass-gnome package (debian-based systems) or equal package in other package managers, for example:
sudo apt install ssh-askpass-gnome
- add this to your .bashrc
alias gksu='sudo -S'
alias gksuui='ssh-askpass Sudo Password, Please. | gksu'
- refresh .bashrc in current session using
. ~/.bashrc