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