summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-03-20 10:07:22 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-03-20 10:07:22 +0000
commit97e6a8dd9eba27d96e226e337df904fe72ba5af4 (patch)
tree303f58ada5f75100401502194a4603d5421b6410
parent3229896d7e8b596a119fd586ec07d2ae3269605f (diff)
use variables, since we have it exported already
-rwxr-xr-xiso322
-rwxr-xr-xiso642
2 files changed, 2 insertions, 2 deletions
diff --git a/iso32 b/iso32
index 00a6cb5..7b12ef8 100755
--- a/iso32
+++ b/iso32
@@ -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"
}
diff --git a/iso64 b/iso64
index 7aadb78..e35b627 100755
--- a/iso64
+++ b/iso64
@@ -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"
}