File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # IIAB Presets
2+
3+ Internet in a Box "preset" configurations for Kids on Computers labs.
4+
5+ ## Presets
6+
7+ Some of these have been created by Tim Moody.
8+
9+ Each preset consists of 4 files that need to be downloaded to an IIAB server in ` /opt/admin/cmdsrv/presets/ ` .
10+
11+ ## How to Download
12+
13+ Get the ` download-preset-folder.sh ` shell script into your presets folder:
14+
15+ ```
16+ sudo -s
17+ cd /opt/admin/cmdsrv/presets/
18+ curl -o download-preset-folder.sh \
19+ https://raw.githubusercontent.com/kidsoncomputers/documentation/master/iiab-setup/presets/download-preset-folder.sh; \
20+ chmod a+x download-preset-folder.sh
21+ ```
22+
23+ Run the ` download-preset-folder.sh ` script to download a specific preset folder. For example, to download
24+ the ` mwebaza-2021 ` preset, run the following command:
25+
26+ ```
27+ ./download-preset-folder.sh \
28+ https://github.com/kidsoncomputers/documentation/tree/master/iiab-setup/presets/mwebaza-2021 \
29+ mwebaza-2021
30+ ```
You can’t perform that action at this time.
0 commit comments