File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,6 @@ while [ -n "$1" ]; do
6464    shift 
6565done 
6666
67- if  [ -e  /run/qubes-service/whonix-gateway ];  then 
68-     #  DNF (or rather curl) refuses to resolve onion addresses directly, use
69-     #  socks proxy to avoid the issue
70-     OPTS+=( --setopt=proxy=socks5h://127.0.0.1:9050/ )
71-     #  for stream isolation
72-     OPTS+=( --setopt=proxy_username=dom0updates --setopt=proxy_password=dom0updates )
73- fi 
74- 
7567if  [ -z  " $UPDATE_ACTION " ;  then 
7668    UPDATE_ACTION=upgrade
7769fi 
Original file line number Diff line number Diff line change 5757
5858OPTS+=(-y " --setopt=reposdir=${repodir} " 
5959
60- if  [ -e  /run/qubes-service/whonix-gateway ];  then 
61-     #  DNF (or rather curl) refuses to resolve onion addresses directly, use
62-     #  socks proxy to avoid the issue
63-     OPTS+=( --setopt=proxy=socks5h://127.0.0.1:9050/ )
64-     #  for stream isolation
65-     OPTS+=( --setopt=proxy_username=dom0updates --setopt=proxy_password=dom0updates )
66- fi 
67- 
6860if  !  $DNF5 ;  then 
6961    #  use vendored 'downloadurl' dnf-plugin (fork of 'download' plugin), to print
7062    #  all mirrors
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments