summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 9ea2c217..eab822b4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -14,3 +14,8 @@ git submodule sync
git submodule update --init
rm -f ./configure
cp build-system/taler-build-scripts/configure ./configure
+
+echo "Importing single-page app (from external Git repository)"
+cd contrib/wallet-core
+git checkout -f origin/prebuilt
+