From 443fe8009021f15b617292868c778499c13282a7 Mon Sep 17 00:00:00 2001 From: SputnikElf Date: Wed, 1 Jan 2020 13:40:17 +0100 Subject: [PATCH] Crosscompile SutnikElf frok --- CrossCompileHowto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CrossCompileHowto.txt b/CrossCompileHowto.txt index 2dc5280f..267c3a50 100644 --- a/CrossCompileHowto.txt +++ b/CrossCompileHowto.txt @@ -63,7 +63,7 @@ echo $HOME/crosscompile/Qt5 ##### End of Qt5 specific ###### # get the Hyperion sources -git clone --recursive https://github.com/hyperion-project/hyperion.ng.git "$HYPERION_DIR" +git clone --recursive https://github.com/SputnikElf/hyperion.ng.git "$HYPERION_DIR" # get requried submodules cd "$HYPERION_DIR"