diff --git a/run_once_after_configure_fish.sh b/run_once_after_configure_fish.sh index 68711f7..f1400f3 100644 --- a/run_once_after_configure_fish.sh +++ b/run_once_after_configure_fish.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env fish +#!/usr/bin/env bash Green='\033[0;32m' # Green NC='\033[0m' # No Color diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index 61c0cc9..3731849 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -50,7 +50,7 @@ sleep 3 {{ else -}} ## Setup fish repo in ubuntu - sudo apt-add-repository ppa:fish-shell/release-3 + sudo apt-add-repository ppa:fish-shell/release-3 -y {{ end -}} ## Update repos with fish repo included and install fish