From 06a8ea023e6dba4158527c383df83381892972af Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 30 May 2023 08:24:26 +0300 Subject: [PATCH] Update apt after subscribing to fish --- run_onchange_before_install_main_deps.sh.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index adfd412..7e22d7e 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -104,6 +104,7 @@ sleep 3 sudo apt-add-repository ppa:fish-shell/release-3 -y {{ end -}} fi +sudo apt update {{ end -}}