forked from matrix/element-web
Set MACHINE_TYPE
This commit is contained in:
parent
51c355824c
commit
98cd405f2c
|
@ -36,6 +36,7 @@ case "$OSTYPE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "Detecting architecture..."
|
echo "Detecting architecture..."
|
||||||
|
MACHINE_TYPE=`uname -m`
|
||||||
if [ ${MACHINE_TYPE} == "x86_64" ]; then
|
if [ ${MACHINE_TYPE} == "x86_64" ]; then
|
||||||
echo "Found 64 bit..."
|
echo "Found 64 bit..."
|
||||||
osarch="64"
|
osarch="64"
|
||||||
|
|
Loading…
Reference in New Issue