diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index abe673a..3c48b19 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -22,13 +22,13 @@ sudo apt install gpg git curl wget ripgrep fd-find unzip python3-pip cargo go ht ## Install fish repo $VERS={{ .chezmoi.osRelease.versionID }} -echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_$VERS/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:release:3.list -curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_$VERS/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg > /dev/null +echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_${VERS}/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:release:3.list +curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_${VERS}/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg > /dev/null sudo apt update ## Install fish -sudo apt install fish +sudo apt install fish -y ## Install neovim