Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/soas-aslo-and-content.ks
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-07-02 00:19:24 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-07-02 00:19:24 (GMT)
commit8ceeec7a741843a93a0f336eb54662119f766b30 (patch)
tree22a21e82d6f4a7154fe2e9ba297a5cda9f9b59b4 /soas-aslo-and-content.ks
parent9fdda01efe803170da9f73993c2cd79ab2158710 (diff)
get install-activity.py for soas-{live,xo}.ks use
Diffstat (limited to 'soas-aslo-and-content.ks')
-rw-r--r--soas-aslo-and-content.ks4
1 files changed, 3 insertions, 1 deletions
diff --git a/soas-aslo-and-content.ks b/soas-aslo-and-content.ks
index 70ac33f..dcda2cd 100644
--- a/soas-aslo-and-content.ks
+++ b/soas-aslo-and-content.ks
@@ -62,7 +62,6 @@ for url in $ASLO ; do
if [ ! -f $bundle ] ; then
curl -4 -L $url > $bundle
fi
- unzip -qq -d $BUNDLES_DIR $bundle
done
# pull sample content for the journal
@@ -86,6 +85,9 @@ for pdf in $PDFS ; do
cp -p $bundle $BUNDLES_DIR
done
+# get the script to install the activities
+curl -O http://git.sugarlabs.org/projects/soas/repos/mainline/blobs/raw/2d1057e6d8e74aecfa82c0b8e51a2c8d772a7923/install-activity.py
+
# get sample content setup script directly from git
curl -O http://git.sugarlabs.org/projects/soas/repos/mainline/blobs/raw/8ad00566985860f9891aea714c74e5430e9c395d/copy-to-datastore.py