nwg-wrapper-install.sh

This commit is contained in:
q3aql 2025-07-27 11:30:49 +02:00
parent d094a37e5d
commit 1cce6b8a8a

View File

@ -16,12 +16,9 @@ administrador=$?
if [ ${administrador} -eq 0 ] ; then if [ ${administrador} -eq 0 ] ; then
rm -rf /etc/root rm -rf /etc/root
else else
echo ""
echo "* nwg-wrapper install" echo "* nwg-wrapper install"
echo ""
echo "* Administrator permissions are required" echo "* Administrator permissions are required"
echo "" exit 1
exit
fi fi
# Install dependencies # Install dependencies