Minor provision_linux update to fish for debian

This commit is contained in:
mitchell 2021-12-16 17:04:07 -05:00
parent 91ebbe8be8
commit 43c56716f8
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ function provision_terminal_env -d 'Install base terminal utilities and sync con
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 |
gpg --dearmor |
sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg >/dev/null
sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg
end
set -l base_pkgs \