Merge branch 'development' into uninstall-formatting

This commit is contained in:
Rob Gill 2018-06-01 07:17:02 +10:00 committed by GitHub
commit 0971630e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,6 @@ elif [ -x "$(command -v rpm)" ]; then
package_check() {
rpm -qa | grep "^$1-" > /dev/null
}
else
echo -e " ${CROSS} OS distribution not supported"
exit 1