aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-05-08 10:18:25 +0100
committerAutumn <git@autumnfo.rest>2026-05-08 10:18:25 +0100
commitc8b45ebe74e01799354b0807471cdee331a27016 (patch)
treebddffbb1aa4d0968c17075f3181fa04f7e961f26
parent664a3da60d9abe691e3cd3f36a328a701843adde (diff)
[meta] added chell hostname detection
-rwxr-xr-xinstall.nu10
1 files changed, 9 insertions, 1 deletions
diff --git a/install.nu b/install.nu
index 166deb0..42ba0f7 100755
--- a/install.nu
+++ b/install.nu
@@ -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",