mirror of
				https://gitee.com/spark-store-project/spark-store
				synced 2025-11-04 16:22:19 +08:00 
			
		
		
		
	update aptss 4.3.2
This commit is contained in:
		
							parent
							
								
									b49ea2c71f
								
							
						
					
					
						commit
						39a2f74f2e
					
				@ -122,7 +122,7 @@ DEBPATH=$(realpath "$1")
 | 
			
		||||
        exit "$try_run_ret"
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
    dpkg -i "$DEBPATH" || aptss install -yf
 | 
			
		||||
    dpkg --force-conflicts -i "$DEBPATH" || aptss install $DEBPATH -yf
 | 
			
		||||
 | 
			
		||||
    if [ "$?" = "0" ] && [ "$2" = "--delete-after-install" ]; then
 | 
			
		||||
        if dpkg -s "$package_name" >/dev/null 2>&1; then
 | 
			
		||||
 | 
			
		||||
@ -165,7 +165,7 @@ if [ ! -z "$IS_SHA512SUM_CHECKED" ]; then
 | 
			
		||||
        exit "$try_run_ret"
 | 
			
		||||
    fi
 | 
			
		||||
 | 
			
		||||
    dpkg -i "$DEBPATH" || aptss install -yf
 | 
			
		||||
    dpkg --force-conflicts -i "$DEBPATH" || aptss install $DEBPATH -yf
 | 
			
		||||
 | 
			
		||||
unlock_file "$DEBPATH"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user