Skip to content

Commit b86f30b

Browse files
authored
Move download script to /opt
1 parent ec29b66 commit b86f30b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

iiab-setup/presets/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Each preset consists of 4 files that need to be downloaded to an IIAB server in
1010

1111
## How to Download
1212

13-
Get the `download-preset-folder.sh` shell script into your presets folder:
13+
Get the `download-preset-folder.sh` shell script. Put it somewhere on the IIAB server, but **not** in the presets folder. Let's put it in `/opt/`
1414

1515
```
1616
sudo -s
17-
cd /opt/admin/cmdsrv/presets/
17+
cd /opt/
1818
curl -o download-preset-folder.sh \
1919
https://raw.githubusercontent.com/kidsoncomputers/documentation/master/iiab-setup/presets/download-preset-folder.sh; \
2020
chmod a+x download-preset-folder.sh
@@ -24,7 +24,8 @@ Run the `download-preset-folder.sh` script to download a specific preset folder.
2424
the `mwebaza-2021` preset, run the following command:
2525

2626
```
27-
./download-preset-folder.sh \
27+
cd /opt/admin/cmdsrv/presets/
28+
/opt/download-preset-folder.sh \
2829
https://github.com/kidsoncomputers/documentation/tree/master/iiab-setup/presets/mwebaza-2021 \
2930
mwebaza-2021
3031
```

0 commit comments

Comments
 (0)