mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
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
|
||||
fi
|
||||
|
||||
ARCH=i686
|
||||
BRANCH_PREFIX="gnomeos-3.4-${ARCH}-"
|
||||
|
||||
mkdir -p /ostree
|
||||
|
||||
cd /ostree
|
||||
|
Loading…
x
Reference in New Issue
Block a user