Update xlxd.sh

This commit is contained in:
Esteban Mackay Q. 2025-01-28 23:56:26 -05:00
parent 910a41bb08
commit 6ac3ffb720
1 changed files with 0 additions and 7 deletions

View File

@ -9,13 +9,6 @@ if [ $EUID -ne 0 ]; then
whiptail --title "sudo su" --msgbox "requiere ser usuario root , escriba (sudo su) antes de entrar a menu / requires root user, type (sudo su) before entering menu" 0 50
exit 1
fi
WHO=$(whoami)
if [ "$WHO" != "root" ]
then
echo ""
echo "You Must be root to run this script!!"
exit 0
fi
if [ ! -e "/etc/debian_version" ]
then
echo ""