Bugfixes
This commit is contained in:
parent
6dd7ea437f
commit
b54cd09edb
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
install_flameshot() {
|
install_flameshot() {
|
||||||
apt-get install flameshot -y
|
sudo apt-get install flameshot -y
|
||||||
}
|
}
|
@ -3,5 +3,5 @@
|
|||||||
first_install() {
|
first_install() {
|
||||||
echo 'Installing:'
|
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