Remove adding fish repo to debian

This commit is contained in:
mitchell 2021-12-16 17:09:54 -05:00
parent 8ac7a6cb37
commit 3955031560
1 changed files with 0 additions and 11 deletions

View File

@ -49,17 +49,6 @@ function provision_terminal_env -d 'Install base terminal utilities and sync con
rm -rf $tmp_dir
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 \
fish \
git \