mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-07-01 13:20:35 +00:00
Remove unnecessary architecture checks
This commit is contained in:
@ -1009,9 +1009,7 @@ wine_check() {
|
|||||||
ob_output="$(od -An -t x1 -j 0x12 -N 1 "$file_path" 2>/dev/null | tr -d '[:space:]')"
|
ob_output="$(od -An -t x1 -j 0x12 -N 1 "$file_path" 2>/dev/null | tr -d '[:space:]')"
|
||||||
case "$ob_output" in
|
case "$ob_output" in
|
||||||
"3e") echo "x86_64" ;;
|
"3e") echo "x86_64" ;;
|
||||||
"03"|"06") echo "i386" ;;
|
|
||||||
"b7") echo "aarch64" ;;
|
"b7") echo "aarch64" ;;
|
||||||
"28") echo "aarch32" ;;
|
|
||||||
*) echo "" ;;
|
*) echo "" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user