Create settings_web_interface.sh

This commit is contained in:
tpollina 2019-12-10 16:11:24 -08:00 committed by GitHub
parent b1dc62e328
commit 7da17e36b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
cd ~
sudo touch starting.sh
sudo chmod 777 starting.sh
sudo echo 'sudo chmod 777 /dev/i2c-1' >> starting.sh
sudo echo './starting.sh' >> .bashrc
sudo reboot