8 lines
278 B
Bash
8 lines
278 B
Bash
|
# Install flameshot
|
||
|
sudo apt update
|
||
|
sudo apt install flameshot -y
|
||
|
|
||
|
# 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/
|