update message at the end of the file

This commit is contained in:
Mylloon 2021-12-23 15:02:47 +01:00
parent 69233495f0
commit 77dc1924d3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 7 additions and 13 deletions

View file

@ -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\""

View file

@ -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

View file

@ -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! 🎉"