Fix boot and launch scripts.
This commit is contained in:
parent
70f71e184b
commit
826df45ff2
3 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
// Install software.
|
||||
copypath("0:/lib/navigation", "1:/lib/navigation").
|
||||
copypath("0:/lib/throttle", "1:/lib/throttle").
|
||||
copypath("0:/lib/node", "1:/lib/node").
|
||||
copypath("0:/lib/ui", "1:/lib/ui").
|
||||
copypath("0:/lib/stabilize_rocket", "1:/lib/stabilize_rocket").
|
||||
copypath("0:/init/rocket", "1:/init").
|
||||
copypath("0:/rocket/launch", "1:/launch").
|
||||
copypath("0:/rocket/execnode", "1:/execnode").
|
||||
|
||||
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Open Terminal").
|
||||
run "1:/init".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue