gnomeos: fix ostree-install.sh
add back ARCH and BRANCH_PREFIX constants which are still in use.
This commit is contained in:
parent
c6ea1bedd5
commit
5d306dabda
|
|
@ -39,6 +39,9 @@ EOF
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ARCH=i686
|
||||||
|
BRANCH_PREFIX="gnomeos-3.4-${ARCH}-"
|
||||||
|
|
||||||
mkdir -p /ostree
|
mkdir -p /ostree
|
||||||
|
|
||||||
cd /ostree
|
cd /ostree
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue