mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-01-03 18:10:07 +09:00
Finished Rastrack Addition Possibility
This commit is contained in:
parent
e6bd8741be
commit
ae17b14e4b
@ -337,10 +337,9 @@ do_boot_behaviour() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_rastrack() {
|
do_rastrack() {
|
||||||
whiptail --inputbox "Username / Nickname For Rastrack Addition" 20 70
|
UNAME=$(whiptail --inputbox "Username / Nickname For Rastrack Addition" 20 70 3>&1 1>&2 2>&3)
|
||||||
whiptail --inputbox "Email Address For Rastrack Addition" 20 70
|
EMAIL=$(whiptail --inputbox "Email Address For Rastrack Addition" 20 70 3>&1 1>&2 2>&3)
|
||||||
|
curl --data "name=$UNAME&email=$EMAIL" http://rastrack.co.uk/api.php
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_update() {
|
do_update() {
|
||||||
|
Loading…
Reference in New Issue
Block a user