flameshot
This commit is contained in:
parent
b988524c2d
commit
b2cf7c154e
15
install/flameshot
Executable file
15
install/flameshot
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
##makedesc: Install flameshot (latest)
|
||||||
|
source `dirname $0`/../helpers || exit 255
|
||||||
|
|
||||||
|
title
|
||||||
|
|
||||||
|
sudo apt install -y --autoremove flameshot && \
|
||||||
|
sudo systemctl restart flameshot
|
||||||
|
|
||||||
|
[ $? = 0 ] && {
|
||||||
|
echo
|
||||||
|
success "flameshot installed!"
|
||||||
|
flameshot -v
|
||||||
|
echo
|
||||||
|
}
|
@ -1,8 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
##makedesc: [TODO] Build flameshot from src (latest)
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo "==============================================="
|
|
||||||
echo "Installing flameshot (latest)..."
|
|
||||||
echo "==============================================="
|
|
||||||
echo
|
|
Loading…
Reference in New Issue
Block a user