-
Notifications
You must be signed in to change notification settings - Fork 7
/
README
53 lines (38 loc) · 1.56 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
====================
== installrtk.sh ===
====================
This script file is intended for all linux systems.
It interactively ask for ram information and sets everything up.
Invocation:
sh installrtk.sh
This installs RTK and SpaceModule after confirmation in the folder
you have chosen.
====================
==== install.sh ====
====================
This script file is intended for all linux systems.
It has the possibility to check for dependencies (to a certain point),
to fully install a SpacePanel in the current directory and to
upgrade the SpacePanel in the current directory.
Invocation:
sh install.sh
This installs a SpacePanel inside the current diretory,
overwriting any existing SpacePanels.
sh install.sh -u
This upgrades a SpacePanel and the install.sh script inside
the current directory and preserves configuration of SpacePanels.
Attention: this will delete every data inside the current directory!
====================
== mac_install.sh ==
====================
This script file is intended for all Mac/BSD systems.
It has the possibility to fully install a SpacePanel in the current
directory and to upgrade the SpacePanel in the current directory.
Invocation:
sh mac_install.sh
This installs a SpacePanel inside the current diretory,
overwriting any existing SpacePanels.
sh mac_install.sh -u
This upgrades a SpacePanel and the mac_install.sh script inside
the current directory and preserves configuration of SpacePanels.
Attention: this will delete every data inside the current directory!