Advertisement
3ptecnologia

Start RB

Aug 19th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. sudo curl "https://drive.google.com/uc?export=download&id=1XUrJjip60axGoCJLa-9UrNULcPx0QFU5" --output /home/pi/Downloads/chromium-browser.deb
  4. sudo apt-get update
  5. sudo apt-get install -y unclutter
  6. sudo apt-get install -y xscreensaver
  7.  
  8. sudo curl https://pastebin.com/raw/pqUZSS2R --output /usr/bin/chamafila
  9. sudo dos2unix /usr/bin/chamafila
  10. sudo chmod +x /usr/bin/chamafila
  11.  
  12.  
  13. sudo curl https://pastebin.com/raw/Pa9tVY3X --output /usr/bin/chamafila2
  14. sudo dos2unix /usr/bin/chamafila2
  15. sudo chmod +x /usr/bin/chamafila2
  16.  
  17. sudo printf "\n@unclutter -idle 0.1" >> /etc/xdg/lxsession/LXDE-pi/autostart
  18. sudo printf "\n@chamafila" >> /etc/xdg/lxsession/LXDE-pi/autostart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement