Skip to content

Instantly share code, notes, and snippets.

@MarconiLab
MarconiLab / thingspeak-install.sh
Created December 12, 2014 11:37
Bash script to install a Thingspeak server on Ubuntu Server 14.04. Raspbian (2014-09-09-wheezy-raspbian).
#!/bin/bash
# Automatic install of Thingspeak server on Ubuntu 12.04 / Raspbmc / Debian (?)
# Updated to use ruby 2.1.4
# System updates & patches
sudo apt-get update # update the list of packages
sudo apt-get upgrade # update software packages
sudo apt-get dist-upgrade # upgrade the kernel
sudo sync
sudo reboot