Skip to content

Instantly share code, notes, and snippets.

@gfrn
Last active March 25, 2022 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfrn/c4d16a6372a680acb5449b3f6818b3a8 to your computer and use it in GitHub Desktop.
Save gfrn/c4d16a6372a680acb5449b3f6818b3a8 to your computer and use it in GitHub Desktop.
Clean up Beaglebone AI (IoT image)
apt remove bonescript c9-core-installer nginx nodejs nodejs-doc npm \
bb-node-red-installer alsa-utils pastebinit nginx-full nginx-common \
bone101 mjpg-streamer javascript-common bluealsa
rm -rf /opt/cloud9/ /var/lib/cloud9/
systemctl disable bb-bbai-tether.service
systemctl disable bb-wl18xx-bluetooth.service
sed -i "s/TETHER_ENABLED=.*/TETHER_ENABLED=no/g" /etc/default/bb-wl18xx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment