Point installer BASE at Gitea (gt.zyon.no)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-23 13:10:17 +02:00
parent 4cd2573f56
commit 71e750bbe0
2 changed files with 6 additions and 6 deletions

View File

@@ -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.

View File

@@ -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 = { ... }