mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] pacman --noprogressbar in shell scripts
From pacman's man page:
  --noprogressbar
    Do not show a progress bar when downloading files. This can be useful for
    scripts that call pacman and capture the output.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
			
			
This commit is contained in:
		
							parent
							
								
									73fc6499d8
								
							
						
					
					
						commit
						b3ff510e10
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1557,7 +1557,7 @@ pkg_install() {
 | 
			
		|||
            ;;
 | 
			
		||||
        arch)
 | 
			
		||||
            # shellcheck disable=SC2068
 | 
			
		||||
            pacman -Sy --noconfirm $@
 | 
			
		||||
            pacman --noprogressbar -Sy --noconfirm $@
 | 
			
		||||
            ;;
 | 
			
		||||
        fedora)
 | 
			
		||||
            # shellcheck disable=SC2068
 | 
			
		||||
| 
						 | 
				
			
			@ -1589,7 +1589,7 @@ pkg_remove() {
 | 
			
		|||
            ;;
 | 
			
		||||
        arch)
 | 
			
		||||
            # shellcheck disable=SC2068
 | 
			
		||||
            pacman -R --noconfirm $@
 | 
			
		||||
            pacman --noprogressbar -R --noconfirm $@
 | 
			
		||||
            ;;
 | 
			
		||||
        fedora)
 | 
			
		||||
            # shellcheck disable=SC2068
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,8 +45,8 @@ ubu2010_boilerplate="$ubu1904_boilerplate"
 | 
			
		|||
 | 
			
		||||
# shellcheck disable=SC2034
 | 
			
		||||
archlinux_boilerplate="
 | 
			
		||||
pacman -Syu --noconfirm
 | 
			
		||||
pacman -S --noconfirm inetutils git curl wget sudo
 | 
			
		||||
pacman --noprogressbar -Syu --noconfirm
 | 
			
		||||
pacman --noprogressbar -S --noconfirm inetutils git curl wget sudo
 | 
			
		||||
echo 'Set disable_coredump false' >> /etc/sudo.conf
 | 
			
		||||
"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue