diff options
Diffstat (limited to 'iso32')
-rwxr-xr-x | iso32 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ prepareisox86 () { bootcoreisox86 () { # configure live bootloader - git clone https://gitlab.com/kogaion/boot-core.git "$bootcorepath" + git clone https://gitlab.com/"$releasename"/boot-core.git "$bootcorepath" cp -avx "$bootcorefiles" "$isorootdirx86" } |