diff --git a/README.md b/README.md index 386b262..57a846c 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ The script will use the `EF00` partition to install a ZFSBootMenu EFI executable - Boot an Arch Linux live CD ISO image - Run: ``` - export SCRIPT_URL='https://quico.space/quico-os-setup/arch-zbm/raw/branch/main/setup.sh' - curl -s "${SCRIPT_URL}" | bash + export SCRIPT_URL='https://quico.space/quico-os-setup/arch-zbm/raw/branch/main/setup.sh' && curl -s "${SCRIPT_URL}" | bash ``` During execution the script will call itself when it changes into its `chroot`, that's why we `export SCRIPT_URL`. Feel free to update `"${SCRIPT_URL}"` with whatever branch or revision you want to use from [quico.space/quico-os-setup/arch-zbm](https://quico.space/quico-os-setup/arch-zbm). Typically `.../branch/main/setup.sh` as shown above is what you want.