The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
- Image from https://www.archlinux.org/
| #!/bin/bash | |
| name="copoer" | |
| cntx="users" | |
| page=1 | |
| echo $name | |
| echo $cntx | |
| START=1 | |
| END=3 |
The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.