diff options
-rwxr-xr-x | iso32 | 2 | ||||
-rwxr-xr-x | iso64 | 2 |
2 files changed, 2 insertions, 2 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" } @@ -55,7 +55,7 @@ prepareisox64 () { bootcoreisox64 () { # 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" "$isorootdirx64" } |