mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-09-23 12:29:22 +08:00
ignore OS check
This commit is contained in:
@@ -40,6 +40,10 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Ignore OS check.
|
||||||
|
FAIL="false"
|
||||||
|
echo "OK"
|
||||||
|
|
||||||
echo -e "Checking for a 64-bit OS... \c"
|
echo -e "Checking for a 64-bit OS... \c"
|
||||||
|
|
||||||
if [ $(uname -i) = $(cat hardware) ];then
|
if [ $(uname -i) = $(cat hardware) ];then
|
||||||
@@ -78,3 +82,4 @@ fi
|
|||||||
cp -r $LIBDIR/$BINNAME /$LIBDIR/$BINNAME
|
cp -r $LIBDIR/$BINNAME /$LIBDIR/$BINNAME
|
||||||
|
|
||||||
echo "Done. Please edit necessary configures to run opensips."
|
echo "Done. Please edit necessary configures to run opensips."
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user