diff --git a/provision_linux b/provision_linux index fdc5b39..27426b5 100755 --- a/provision_linux +++ b/provision_linux @@ -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 \