mirror of
				https://github.com/the-sane/lug-helper.git
				synced 2025-10-31 21:22:48 +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:]')" | ||||
|         case "$ob_output" in | ||||
|             "3e")      echo "x86_64" ;; | ||||
|             "03"|"06") echo "i386" ;; | ||||
|             "b7")      echo "aarch64" ;; | ||||
|             "28")      echo "aarch32" ;; | ||||
|             *)         echo "" ;; | ||||
|         esac | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user