small fixes

This commit is contained in:
RP1 2024-11-24 16:59:41 +01:00
parent 23af48b94b
commit 641b89399e

View file

@ -145,9 +145,6 @@ echo ---------------------------------------------
#echo #echo
#echo ${bold}${yellow}Dependencies ${normal}installed. #echo ${bold}${yellow}Dependencies ${normal}installed.
#echo --------------------------------------------- #echo ---------------------------------------------
#echo
#echo ---------------------------------------------
echo Installing ${bold}${yellow}Liquorix - Gaming Kernel - DEB Pkg${normal} echo Installing ${bold}${yellow}Liquorix - Gaming Kernel - DEB Pkg${normal}
@ -169,7 +166,7 @@ echo
echo --------------------------------------------- echo ---------------------------------------------
echo echo
# All Updates # Upgrading the System
echo --------------------------------------------- echo ---------------------------------------------
echo ${bold}${yellow}Upgrading the System${normal} echo ${bold}${yellow}Upgrading the System${normal}
echo echo
@ -181,6 +178,18 @@ echo
fwupdmgr update fwupdmgr update
# Removing bloat
echo ---------------------------------------------
echo ${bold}${yellow}Removing bloat${normal}
echo
sudo cp -a default.plymouth /usr/share/plymouth/themes
sudo chown -R $USER:$GROUP /home/$USER
sudo apt purge xfce* libxfce* mugshot catfish compiz* gnome-logs synaptic menulibre libreoffice-draw libreoffice-impress libreoffice-math seahorse xed hypnotix mintstick celluloid xviewer xreader hexchat thingy mintbackup drawing transmission* timeshift redshift pix mintreport thunderbird onboard webapp-manager warpinator gnome-online-accounts rhythmbox mintinstall -y
sudo rm -rf /usr/share/xfce4/applications
echo
echo ${bold}${yellow}Bloat removed!${normal}
echo ---------------------------------------------
if [[ $user_choice = *"AMD GPU - Angol Nyelv"* ]]; then if [[ $user_choice = *"AMD GPU - Angol Nyelv"* ]]; then
@ -230,11 +239,6 @@ if [[ $user_choice = *"Nvidia GPU - Magyar Nyelv"* ]]; then
echo echo
fi fi
sudo cp -a default.plymouth /usr/share/plymouth/themes
sudo chown -R $USER:$GROUP /home/$USER
sudo apt purge xfce* libxfce* mugshot catfish compiz* gnome-logs synaptic menulibre libreoffice-draw libreoffice-impress libreoffice-math seahorse xed hypnotix mintstick celluloid xviewer xreader hexchat thingy mintbackup drawing transmission* timeshift redshift pix mintreport thunderbird onboard webapp-manager warpinator gnome-online-accounts rhythmbox mintinstall -y
sudo rm -rf /usr/share/xfce4/applications
# Script end # Script end
echo ${bold}${yellow}The system will restart in 3 seconds...${normal} echo ${bold}${yellow}The system will restart in 3 seconds...${normal}