#!/usr/bin/env bash
set -o errexit

# N4IRS 07/26/2017

#################################################
#                                               #
#                                               #
#                                               #
#################################################

# first-time
wget --backups=1 http://n8thn.net/scripts/first-time
# net-setup
wget --backups=1 http://n8thn.net/scripts/net-setup
# set-host
wget --backups=1 http://n8thn.net/scripts/set-host
# node-setup
wget --backups=1 http://n8thn.net/scripts/node-setup
# wifi-setup
wget --backups=1 http://n8thn.net/scripts/wifi-setup
# ASL_MENU
wget --backups=1 http://n8thn.net/scripts/asl-menu
