install: Do two separate pull commands

Right now ostree-pull only accepts one ref.
This commit is contained in:
Colin Walters 2012-02-24 11:32:06 -05:00
parent d7705e874f
commit beba186476
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ if ! test -d /ostree/repo/objects; then
fi
ostree --repo=repo remote add origin http://ostree.gnome.org/repo
ostree-pull --repo=repo origin gnomeos-3.4-i686-{runtime,devel}
ostree-pull --repo=repo origin gnomeos-3.4-i686-runtime
ostree-pull --repo=repo origin gnomeos-3.4-i686-devel
uname=$(uname -r)