First part of rastrack addition

This commit is contained in:
Ryan Walmsley 2013-04-05 13:36:33 +01:00
parent 9199bf25ea
commit d0acb97e49

View File

@ -336,6 +336,13 @@ do_boot_behaviour() {
fi
}
show_rastrackname() {
whiptail --inputbox "Username / Nickname For Rastrack Addition" 20 70
whiptail --inputbox "Email Address For Rastrack Addition" 20 70
}
do_update() {
apt-get update &&
apt-get install raspi-config &&