forked from TrueCloudLab/certificates
We now have an armv5 step-ca build; remove guard clause from RA install script
This commit is contained in:
parent
605a959029
commit
340aa3206c
1 changed files with 0 additions and 5 deletions
|
@ -38,11 +38,6 @@ case $arch in
|
||||||
armv7*) arch="armv7" ;;
|
armv7*) arch="armv7" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$arch" = "armv5" ]; then
|
|
||||||
echo "This script doesn't work on armv5 machines"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if ! hash jq &> /dev/null; then
|
if ! hash jq &> /dev/null; then
|
||||||
echo "This script requires the jq commmand; please install it."
|
echo "This script requires the jq commmand; please install it."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue