diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-20 09:49:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-20 09:49:32 +0000 |
commit | 3229896d7e8b596a119fd586ec07d2ae3269605f (patch) | |
tree | 159ac4e5af5c59b5cb52f28edb4c1784a778c3eb /iso64 | |
parent | 1587ca68056251597f21c30c96cb53b5e9de5969 (diff) |
adjust to bootcore path changes
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/rogentos/boot-core.git "$bootcorepath" + git clone https://gitlab.com/kogaion/boot-core.git "$bootcorepath" cp -avx "$bootcorefiles" "$isorootdirx64" } |