diff options
Diffstat (limited to 'iso64')
-rwxr-xr-x | iso64 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |