Skip to content

Commit ec29b66

Browse files
authored
Info on how to download presets using shell script
1 parent 5fca9a5 commit ec29b66

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

iiab-setup/presets/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
```

0 commit comments

Comments
 (0)