This commit is contained in:
Sven Heidemann 2021-03-21 12:37:27 +01:00
parent 6dd7ea437f
commit b54cd09edb
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
}

View File

@ -3,5 +3,5 @@
first_install() {
echo 'Installing:'
sudo apt-get install net-tools nano htop tree zip unzip-y
sudo apt-get install net-tools nano htop tree zip unzip -y
}