nicer display for the wget
This commit is contained in:
parent
1b4dc09bbf
commit
53d2497927
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ 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/
|
||||
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/.config/flameshot/flameshot.ini -P $HOME/.config/flameshot/
|
||||
|
||||
# Remove old shortcut assign with the Print key
|
||||
gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot "[]"
|
||||
|
|
Reference in a new issue