From ebb6f778c9a00a96f43ecf3d192dee60659eeb66 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 28 May 2023 10:12:40 +0300 Subject: [PATCH] fix jump install on fedora --- run_once_before_install_main_deps.sh.tmpl | 25 ++++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index f3cefe6..22c47fa 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -79,18 +79,6 @@ sudo chsh -s $(which fish) $USER - -################################################################################################################################ -## -## Install jump -## -################################################################################################################################ - -{{ if eq .chezmoi.os "linux" -}} - sudo snap install jump -{{ end -}} - - ################################################################################################################################ ## ## Install atuin @@ -110,3 +98,16 @@ sudo chsh -s $(which fish) $USER {{ end -}} {{ end -}} + + +################################################################################################################################ +## +## Install jump +## +################################################################################################################################ + +{{ if eq .chezmoi.os "linux" -}} + sleep 3 + sudo snap install jump +{{ end -}} +