Bugfixes
This commit is contained in:
parent
6dd7ea437f
commit
b54cd09edb
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_flameshot() {
|
||||
apt-get install flameshot -y
|
||||
sudo apt-get install flameshot -y
|
||||
}
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user