Add message at the end of the file
This commit is contained in:
parent
f99cee0e90
commit
b786e9d73e
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
||||||
# Install flameshot
|
# Install flameshot
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install flameshot -y
|
sudo apt install flameshot -y
|
||||||
|
echo -e "\nFlameshot installed!"
|
||||||
|
|
||||||
# Apply custom configuration
|
# Apply custom configuration
|
||||||
rm $HOME/.config/flameshot/flameshot.ini 2>/dev/null
|
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/
|
wget https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/.config/flameshot/flameshot.ini -P $HOME/.config/flameshot/
|
||||||
|
echo -e "\nFlameshot configured! 🎉"
|
||||||
|
|
Reference in a new issue