forked from sh-edraft.de/sh_linux_installation_scripts
5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
install_flameshot() {
|
||
|
apt-get install flameshot -y
|
||
|
}
|