We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3c8705 + 623ec70 commit 547da99Copy full SHA for 547da99
install.sh
@@ -21,9 +21,7 @@ if [ $os == "Linux" ]; then
21
# sudo apt-get upgrade
22
23
# 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
+ sudo apt-get install -y chromium unclutter matchbox-window-manager
27
28
if [ $arq == "armv7l" ] || [ $arq == "armv6l" ]; then
29
# on RaspberryPi or other arm 6/7 device
0 commit comments