Skip to content

Commit 6fcb142

Browse files
committed
Move unclutter to its own install line
1 parent fa0a33b commit 6fcb142

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ 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 unclutter
24+
sudo apt-get install chromium
25+
sudo apt-get install unclutter
2526

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

0 commit comments

Comments
 (0)