fix2 install

This commit is contained in:
Désiré Werner Menrath 2025-04-09 08:27:21 +02:00
parent ab78eb4f59
commit 4b019b0c1f

View File

@ -165,10 +165,12 @@ remove(){
if [ $? -ne 0 ]
then
sudo rm -r /usr/share/icons/lx-icons && sudo rm -r /usr/share/TK-Themes
fi
echo
read -p "Press Enter to exit..."
fi
}
@ -190,4 +192,7 @@ if [ $? -eq 0 ]
[R]* ) clear; remove; exit;;
esac
clear
else
install
fi