fix install util

This commit is contained in:
Andrejus
2020-02-26 16:46:44 +00:00
parent 2709f78d0e
commit cddac81977
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ upgrade() {
# @arg $1 packages to install
install() {
sudo apt-get install -y "$1"
sudo apt-get install -y $1
}
# @arg $1 repository to add