small fixes
This commit is contained in:
parent
23af48b94b
commit
641b89399e
1 changed files with 13 additions and 9 deletions
|
@ -145,9 +145,6 @@ echo ---------------------------------------------
|
|||
#echo
|
||||
#echo ${bold}${yellow}Dependencies ${normal}installed.
|
||||
#echo ---------------------------------------------
|
||||
|
||||
#echo
|
||||
#echo ---------------------------------------------
|
||||
|
||||
echo Installing ${bold}${yellow}Liquorix - Gaming Kernel - DEB Pkg${normal}
|
||||
|
||||
|
@ -169,7 +166,7 @@ echo
|
|||
echo ---------------------------------------------
|
||||
echo
|
||||
|
||||
# All Updates
|
||||
# Upgrading the System
|
||||
echo ---------------------------------------------
|
||||
echo ${bold}${yellow}Upgrading the System${normal}
|
||||
echo
|
||||
|
@ -181,6 +178,18 @@ echo
|
|||
|
||||
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
|
||||
|
||||
|
@ -230,11 +239,6 @@ if [[ $user_choice = *"Nvidia GPU - Magyar Nyelv"* ]]; then
|
|||
echo
|
||||
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
|
||||
|
||||
echo ${bold}${yellow}The system will restart in 3 seconds...${normal}
|
||||
|
|
Loading…
Reference in a new issue