diff --git a/install.sh b/install.sh index a4c1d78..14c0480 100755 --- a/install.sh +++ b/install.sh @@ -21,9 +21,8 @@ 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 + sudo apt-get install -y matchbox-window-manager if [ $arq == "armv7l" ] || [ $arq == "armv6l" ]; then # on RaspberryPi or other arm 6/7 device diff --git a/scripts/.xinitrc.tpl b/scripts/.xinitrc.tpl index f77773a..6f54e50 100644 --- a/scripts/.xinitrc.tpl +++ b/scripts/.xinitrc.tpl @@ -4,7 +4,6 @@ xset s off xset -dpms xset s noblank -unclutter -idle 0.1 & matchbox-window-manager -use_cursor no & exec /usr/bin/chromium --noerrdialogs --kiosk --incognito $flags "$url"