Browse Source

install_easy: checking privileges note

pull/81/head
bol-van 3 years ago
parent
commit
49027e141f
  1. 1
      uninstall_easy.sh

1
uninstall_easy.sh

@ -33,6 +33,7 @@ exitp()
require_root()
{
echo \* checking privileges
[ $(id -u) -ne "0" ] && {
echo root is required
exists sudo && exec sudo "$0"

Loading…
Cancel
Save