Skip to content

Commit a7a08e9

Browse files
authored
Merge pull request #13 from OpenframeProject/revert-12-unattendedInstall
Revert "install packages without asking"
2 parents 547da99 + 16de55f commit a7a08e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ 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 -y chromium unclutter matchbox-window-manager
24+
sudo apt-get install chromium
25+
sudo apt-get install unclutter
26+
sudo apt-get install matchbox-window-manager
2527

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

0 commit comments

Comments
 (0)