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:
@@ -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):
|
-- 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):
|
-- 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.
|
Omit the role to get a menu. Re-run any time to update to the latest code.
|
||||||
|
|||||||
@@ -3,15 +3,15 @@
|
|||||||
-- so it works on any server regardless of the computer's id. Re-run to update.
|
-- so it works on any server regardless of the computer's id. Re-run to update.
|
||||||
--
|
--
|
||||||
-- Usage on a CC computer:
|
-- Usage on a CC computer:
|
||||||
-- wget run https://raw.githubusercontent.com/Sterister/airship-autopilot/main/install.lua
|
-- wget run https://gt.zyon.no/Stian/airship-autopilot/raw/branch/main/install.lua
|
||||||
-- 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
|
||||||
-- 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
|
||||||
--
|
--
|
||||||
-- Roles:
|
-- Roles:
|
||||||
-- autopilot machine-room PC: full v3 observer autopilot (boots to standby)
|
-- autopilot machine-room PC: full v3 observer autopilot (boots to standby)
|
||||||
-- cockpit pilot-house PC: control console
|
-- 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 ROLES = { "autopilot", "cockpit" }
|
||||||
|
|
||||||
local args = { ... }
|
local args = { ... }
|
||||||
|
|||||||
Reference in New Issue
Block a user