Delete run_script_when_boot.rst

This commit is contained in:
tpollina 2019-12-17 04:11:31 +01:00 committed by GitHub
parent 1b1e0577be
commit 0231576648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +0,0 @@
Run script when starting ::
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