5 lines
74 B
Bash
5 lines
74 B
Bash
#!/bin/bash
|
|
|
|
install_flameshot() {
|
|
sudo apt-get install flameshot -y
|
|
} |