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