mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
gnomeos-install: don't cd into /ostree prematurely
The script will die and not proceed with the creation of the directory.
This commit is contained in:
parent
7442009086
commit
75cd0b8494
@ -40,14 +40,14 @@ usage () {
|
||||
ARCH=i686
|
||||
BRANCH_PREFIX="gnomeos-3.4-${ARCH}-"
|
||||
|
||||
cd /ostree
|
||||
|
||||
if ! test -d /ostree/repo/objects; then
|
||||
mkdir -p /ostree
|
||||
|
||||
$SRCDIR/gnomeos-setup.sh /ostree
|
||||
fi
|
||||
|
||||
cd /ostree
|
||||
|
||||
ostree --repo=repo remote add origin http://ostree.gnome.org/repo ${BRANCH_PREFIX}{runtime,devel}
|
||||
ostree-pull --repo=repo origin
|
||||
for branch in runtime devel; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user