diff options
Diffstat (limited to 'install.nu')
| -rwxr-xr-x | install.nu | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -11,7 +11,15 @@ let DEVICE_ID = match (uname | get nodename) { "glados" => "010", "wheatley" => "020", - "chell" => "030", + "localhost" => { + + if ((uname | get operating-system) == "Android") { + "030" + } else { + error make -u { msg: "unsupported device" } + } + + }, "hx7124" => "040", "caroline" => "110", "cavejohnson" => "120", |
