Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions install.sh
Original file line number Diff line number Diff line change
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