From 623ec70ddd3d60b34f42ed9c5a288e3e0da07c63 Mon Sep 17 00:00:00 2001 From: Jeremias Volker Date: Thu, 26 Sep 2019 22:05:26 +0200 Subject: [PATCH] install packages without asking --- install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install.sh b/install.sh index a4c1d78..81ab352 100755 --- a/install.sh +++ b/install.sh @@ -21,9 +21,7 @@ if [ $os == "Linux" ]; then # sudo apt-get upgrade # same for any debian disto (untested), including rpi (tested) - sudo apt-get install chromium - sudo apt-get install unclutter - sudo apt-get install matchbox-window-manager + sudo apt-get install -y chromium unclutter matchbox-window-manager if [ $arq == "armv7l" ] || [ $arq == "armv6l" ]; then # on RaspberryPi or other arm 6/7 device