diff --git a/installClipboardHistory.sh b/installClipboardHistory.sh index 00dfd71..156bfc2 100644 --- a/installClipboardHistory.sh +++ b/installClipboardHistory.sh @@ -1,8 +1,7 @@ sudo apt update sudo apt install gnome-shell-extension-gpaste gnome-shell-extension-prefs -y -echo "" -echo "Clipboard history is now available" -echo "You may need to enable hit trought the extension manager..." +echo -e "\nClipboard history is now available! 🎉" +echo "You need to enable hit trought the extension manager..." echo "You can access it by starting \"Extensions\" app and enabling \"GPaste\"" echo "Anyway, it is accessible by starting \"GPaste\"" diff --git a/installGlobalScript.sh b/installGlobalScript.sh index 946713a..57063d2 100644 --- a/installGlobalScript.sh +++ b/installGlobalScript.sh @@ -96,9 +96,7 @@ then gsettings set org.gnome.desktop.interface show-battery-percentage true # info - echo "" - echo "" - echo "Take care, you may need to install manually some others stuff, check the README (and the logs) of" + echo -e "\n\nTake care, you may need to install manually some others stuff, check the README (and the logs) of" echo "the project => https://git.kennel.ml/Anri/myLinuxConfiguration/src/branch/main/README.md" else # WSL # Create Z and Y mount folders for my WSL custom configuration @@ -114,12 +112,10 @@ then # Remove snap for WSL because it block the 21.10 update (https://github.com/microsoft/WSL/issues/6942#issuecomment-879904997) sudo apt autoremove --purge snapd -y - echo "" - echo "" - echo "Take care, by default the fish configuration is set for Ubuntu, you may need to uncomment" + # info + echo -e "\n\nTake care, by default the fish configuration is set for Ubuntu, you may need to uncomment" echo "some of the lines in $HOME/.config/fish/config.fish to enable custom network disks from Windows." - echo "" - echo "You may need to update your distro to the latest version" + echo -e "\nYou may need to update your distro to the latest version" echo "Check this tutorial : https://git.kennel.ml/Anri/cat/wiki/Tuto-installation-WSL#%C3%A9tape-3-mise-%C3%A0-jour-de-ubuntu" fi diff --git a/installMultiMC.sh b/installMultiMC.sh index 2d43bc1..3a886cb 100644 --- a/installMultiMC.sh +++ b/installMultiMC.sh @@ -10,5 +10,4 @@ wget -q --show-progress -i ${BASH_REMATCH[1]} -O MultiMC.deb sudo apt install ./MultiMC.deb -y rm MultiMC.deb -echo "" -echo "MultiMC installed!" +echo -e "\nMultiMC installed! 🎉"