From 71e750bbe04419e03b2c64303afe8eca431f6827 Mon Sep 17 00:00:00 2001 From: Stian Date: Thu, 23 Jul 2026 13:10:17 +0200 Subject: [PATCH] Point installer BASE at Gitea (gt.zyon.no) Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++-- install.lua | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cb8fd39..350d69d 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ On the CC computer, run one command. Pick the role for that machine: ``` -- machine-room PC (full autopilot, boots to standby): -wget run https://raw.githubusercontent.com/Sterister/airship-autopilot/main/install.lua autopilot +wget run https://gt.zyon.no/Stian/airship-autopilot/raw/branch/main/install.lua autopilot -- pilot-house PC (control console): -wget run https://raw.githubusercontent.com/Sterister/airship-autopilot/main/install.lua cockpit +wget run https://gt.zyon.no/Stian/airship-autopilot/raw/branch/main/install.lua cockpit ``` Omit the role to get a menu. Re-run any time to update to the latest code. diff --git a/install.lua b/install.lua index 768cf7f..3c89e72 100644 --- a/install.lua +++ b/install.lua @@ -3,15 +3,15 @@ -- so it works on any server regardless of the computer's id. Re-run to update. -- -- Usage on a CC computer: --- wget run https://raw.githubusercontent.com/Sterister/airship-autopilot/main/install.lua --- wget run https://raw.githubusercontent.com/Sterister/airship-autopilot/main/install.lua autopilot --- wget run https://raw.githubusercontent.com/Sterister/airship-autopilot/main/install.lua cockpit +-- wget run https://gt.zyon.no/Stian/airship-autopilot/raw/branch/main/install.lua +-- wget run https://gt.zyon.no/Stian/airship-autopilot/raw/branch/main/install.lua autopilot +-- wget run https://gt.zyon.no/Stian/airship-autopilot/raw/branch/main/install.lua cockpit -- -- Roles: -- autopilot machine-room PC: full v3 observer autopilot (boots to standby) -- cockpit pilot-house PC: control console -local BASE = "https://raw.githubusercontent.com/Sterister/airship-autopilot/main" +local BASE = "https://gt.zyon.no/Stian/airship-autopilot/raw/branch/main" local ROLES = { "autopilot", "cockpit" } local args = { ... }