diff --git a/LinuxMint22_System.sh b/LinuxMint22_System.sh index d854edc..7b02711 100644 --- a/LinuxMint22_System.sh +++ b/LinuxMint22_System.sh @@ -199,7 +199,7 @@ sudo sed -i 's/#GRUB_GFXMODE=640x480/GRUB_GFXMODE=1920x1080x32/g' /etc/default/g sudo update-grub -echo -e '\033[33m----Install Fonts / Optimise Bitmap-Fonts----\033[33m' +echo -e '\033[33m----Install Fonts ----\033[33m' echo -e "\033[0m" sleep 2 sudo apt install -y \ @@ -211,28 +211,6 @@ sudo apt install -y \ xfonts-terminus \ ttf-mscorefonts-installer -sudo bash -c 'cat << EOF > /etc/fonts/conf.avail/20-no-embedded.conf - - - - - - false - - - -EOF' - -sudo ln -s /etc/fonts/conf.avail/20-no-embedded.conf /etc/fonts/conf.d/ - - -echo -e '\033[33m----Install log2ram----\033[33m' -echo -e "\033[0m" -sleep 2 -curl -Lo log2ram.tar.gz https://github.com/azlux/log2ram/archive/master.tar.gz && tar xf log2ram.tar.gz -cd log2ram-master && chmod +x install.sh && sudo ./install.sh -sudo sed -i "s/SIZE=128M/SIZE=300M/g" /etc/log2ram.conf -sudo systemctl restart log2ram echo -e '\033[33m----Install zramswap----\033[33m' echo -e "\033[0m" @@ -795,10 +773,9 @@ sudo apt install --assume-yes \ hplip-gui # Download and Install HPLIP-Plugin: -mkdir -p ~/.install/ && cd ~/.install/ -wget https://developers.hp.com/sites/default/files/hplip-3.23.12-plugin.run -chmod u+x hplip*.run && sh hplip*.run -sleep 10 +# mkdir -p ~/.install/ && cd ~/.install/ +# wget https://developers.hp.com/sites/default/files/hplip-3.23.12-plugin.run +# chmod u+x hplip*.run && sh hplip*.run sudo ufw allow 515 # LPD (Printer) sudo ufw allow 427 # IPP (Printer) / SLP (Printer scanner)