Skip to content

Commit 547da99

Browse files
authored
Merge pull request #12 from jvolker/unattendedInstall
install packages without asking
2 parents f3c8705 + 623ec70 commit 547da99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ if [ $os == "Linux" ]; then
2121
# sudo apt-get upgrade
2222

2323
# same for any debian disto (untested), including rpi (tested)
24-
sudo apt-get install chromium
25-
sudo apt-get install unclutter
26-
sudo apt-get install matchbox-window-manager
24+
sudo apt-get install -y chromium unclutter matchbox-window-manager
2725

2826
if [ $arq == "armv7l" ] || [ $arq == "armv6l" ]; then
2927
# on RaspberryPi or other arm 6/7 device

0 commit comments

Comments
 (0)