mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-11-03 21:25:26 +00:00 
			
		
		
		
	Remove adding fish repo to debian
This commit is contained in:
		
							parent
							
								
									8ac7a6cb37
								
							
						
					
					
						commit
						3955031560
					
				| 
						 | 
					@ -49,17 +49,6 @@ function provision_terminal_env -d 'Install base terminal utilities and sync con
 | 
				
			||||||
        rm -rf $tmp_dir
 | 
					        rm -rf $tmp_dir
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if test $distro = debian
 | 
					 | 
				
			||||||
        log 'Adding fish apt repo'
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        install_pkgs gpg
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_11/ /' |
 | 
					 | 
				
			||||||
            sudo tee /etc/apt/sources.list.d/shells:fish:release:3.list
 | 
					 | 
				
			||||||
        and curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_11/Release.key |
 | 
					 | 
				
			||||||
            sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg
 | 
					 | 
				
			||||||
    end
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    set -l base_pkgs \
 | 
					    set -l base_pkgs \
 | 
				
			||||||
        fish \
 | 
					        fish \
 | 
				
			||||||
        git \
 | 
					        git \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue