summaryrefslogtreecommitdiff
path: root/iso32
diff options
context:
space:
mode:
Diffstat (limited to 'iso32')
-rwxr-xr-xiso322
1 files changed, 1 insertions, 1 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"
}