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 update
sudo apt install gnome-shell-extension-gpaste gnome-shell-extension-prefs -y sudo apt install gnome-shell-extension-gpaste gnome-shell-extension-prefs -y
echo "" echo -e "\nClipboard history is now available! 🎉"
echo "Clipboard history is now available" echo "You need to enable hit trought the extension manager..."
echo "You may need to enable hit trought the extension manager..."
echo "You can access it by starting \"Extensions\" app and enabling \"GPaste\"" echo "You can access it by starting \"Extensions\" app and enabling \"GPaste\""
echo "Anyway, it is accessible by starting \"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 gsettings set org.gnome.desktop.interface show-battery-percentage true
# info # info
echo "" echo -e "\n\nTake care, you may need to install manually some others stuff, check the README (and the logs) of"
echo ""
echo "Take 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" echo "the project => https://git.kennel.ml/Anri/myLinuxConfiguration/src/branch/main/README.md"
else # WSL else # WSL
# Create Z and Y mount folders for my WSL custom configuration # 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) # 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 sudo apt autoremove --purge snapd -y
echo "" # info
echo "" echo -e "\n\nTake care, by default the fish configuration is set for Ubuntu, you may need to uncomment"
echo "Take 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 "some of the lines in $HOME/.config/fish/config.fish to enable custom network disks from Windows."
echo "" echo -e "\nYou may need to update your distro to the latest version"
echo "You 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" echo "Check this tutorial : https://git.kennel.ml/Anri/cat/wiki/Tuto-installation-WSL#%C3%A9tape-3-mise-%C3%A0-jour-de-ubuntu"
fi fi

View file

@ -10,5 +10,4 @@ wget -q --show-progress -i ${BASH_REMATCH[1]} -O MultiMC.deb
sudo apt install ./MultiMC.deb -y sudo apt install ./MultiMC.deb -y
rm MultiMC.deb rm MultiMC.deb
echo "" echo -e "\nMultiMC installed! 🎉"
echo "MultiMC installed!"