Skip to content

Commit

Permalink
Merge pull request #12 from jvolker/unattendedInstall
Browse files Browse the repository at this point in the history
install packages without asking
  • Loading branch information
jmwohl committed Sep 27, 2019
2 parents f3c8705 + 623ec70 commit 547da99
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install.sh
Expand Up @@ -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
Expand Down

0 comments on commit 547da99

Please sign in to comment.