summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xiso322
-rwxr-xr-xiso642
2 files changed, 2 insertions, 2 deletions
diff --git a/iso32 b/iso32
index 0873fc1..00a6cb5 100755
--- a/iso32
+++ b/iso32
@@ -47,7 +47,7 @@ prepareisox86 () {
bootcoreisox86 () {
# configure live bootloader
- git clone https://gitlab.com/rogentos/boot-core.git "$bootcorepath"
+ git clone https://gitlab.com/kogaion/boot-core.git "$bootcorepath"
cp -avx "$bootcorefiles" "$isorootdirx86"
}
diff --git a/iso64 b/iso64
index 3638c26..7aadb78 100755
--- a/iso64
+++ b/iso64
@@ -55,7 +55,7 @@ prepareisox64 () {
bootcoreisox64 () {
# configure live bootloader
- git clone https://gitlab.com/rogentos/boot-core.git "$bootcorepath"
+ git clone https://gitlab.com/kogaion/boot-core.git "$bootcorepath"
cp -avx "$bootcorefiles" "$isorootdirx64"
}