mirror of
				https://github.com/oneclickvirt/backtrace.git
				synced 2025-11-04 07:42:37 +08:00 
			
		
		
		
	Update backtrace_install.sh
This commit is contained in:
		
							parent
							
								
									1b5ac92b1b
								
							
						
					
					
						commit
						3354bcde5e
					
				@ -9,7 +9,7 @@ arch=$(uname -m)
 | 
			
		||||
case $os in
 | 
			
		||||
  Linux)
 | 
			
		||||
    case $arch in
 | 
			
		||||
      x86_64)
 | 
			
		||||
      "x86_64" | "x86" | "amd64" | "x64")
 | 
			
		||||
        wget -O backtrace https://github.com/oneclickvirt/backtrace/releases/download/output/backtrace-linux-amd64
 | 
			
		||||
        ;;
 | 
			
		||||
      "i386" | "i686")
 | 
			
		||||
@ -26,7 +26,7 @@ case $os in
 | 
			
		||||
    ;;
 | 
			
		||||
  Darwin)
 | 
			
		||||
    case $arch in
 | 
			
		||||
      x86_64)
 | 
			
		||||
      "x86_64" | "x86" | "amd64" | "x64")
 | 
			
		||||
        wget -O backtrace https://github.com/oneclickvirt/backtrace/releases/download/output/backtrace-darwin-amd64
 | 
			
		||||
        ;;
 | 
			
		||||
      "i386" | "i686")
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user