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