File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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```
1616sudo -s
17- cd /opt/admin/cmdsrv/presets/
17+ cd /opt/
1818curl -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.
2424the ` 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```
You can’t perform that action at this time.
0 commit comments