Skip to content

Instantly share code, notes, and snippets.

@hallard
hallard / setup.sh
Created February 26, 2017 23:00 — forked from ugate/setup.sh
NTC C.H.I.P. setup script
#!/bin/bash
LC_ALL=en_US.UTF-8
# configures/installs common CHIP features (including enabling disabled ones)
# run 'sudo chmod +x setup.sh && ./setup.sh' to run the installation
clear
res=
dtc=
rboot=
uname -a
cat << _EOF_