This commit is contained in:
Sven Heidemann 2021-04-10 00:14:22 +02:00
commit 39cb52499b
5 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
install_flameshot() {
apt-get install flameshot -y
sudo apt-get install flameshot -y
}