From b786e9d73ea64a797a096bd06d744797bbf95d5b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 23 Dec 2021 15:13:02 +0100 Subject: [PATCH] Add message at the end of the file --- installFlameshot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installFlameshot.sh b/installFlameshot.sh index 5bddd2d..49ead83 100644 --- a/installFlameshot.sh +++ b/installFlameshot.sh @@ -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! 🎉"