Always skip gfx check for now

Do we even need this? 
Fixes #2
This commit is contained in:
HengiFettlich 2020-02-28 05:11:18 +01:00 committed by GitHub
parent d0d50c376b
commit f7f567c14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ while getopts ":c:h:g:alfi:" opt; do
esac
done
shift $((OPTIND -1))
skipgfxcheck=1
#check gfx package vers
if [[ "$skipgfxcheck" == "" ]]; then
checkgfxver