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 547da99 + 16de55f commit a7a08e9Copy full SHA for a7a08e9
install.sh
@@ -21,7 +21,9 @@ 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 -y chromium unclutter matchbox-window-manager
+ sudo apt-get install chromium
25
+ sudo apt-get install unclutter
26
+ sudo apt-get install matchbox-window-manager
27
28
if [ $arq == "armv7l" ] || [ $arq == "armv6l" ]; then
29
# on RaspberryPi or other arm 6/7 device
0 commit comments