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 -}} +