Add message at the end of the file

This commit is contained in:
Mylloon 2021-12-23 15:13:02 +01:00
parent f99cee0e90
commit b786e9d73e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,7 +1,9 @@
# Install flameshot
sudo apt update
sudo apt install flameshot -y
echo -e "\nFlameshot installed!"
# Apply custom configuration
rm $HOME/.config/flameshot/flameshot.ini 2>/dev/null
wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/.config/flameshot/flameshot.ini -P $HOME/.config/flameshot/
echo -e "\nFlameshot configured! 🎉"