mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Minor provision_linux update to fish for debian
This commit is contained in:
parent
91ebbe8be8
commit
43c56716f8
1 changed files with 1 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue