planktoscope/pipeline/settings_web_interface.sh

10 lines
160 B
Bash
Raw Normal View History

2019-12-11 01:11:24 +01:00
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