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

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