temp bash source fix, elm install scrip

This commit is contained in:
Andrejus
2020-07-11 16:40:24 +01:00
parent 57eb54e2d5
commit 40d057bcf9
3 changed files with 13 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ for script in "${scripts[@]}"; do
printf "\nRunning #$script_number ${C_YELLOW}$script_target${C_NC}...\n${C_DGRAY}"
chmod +x "$script"
source "$HOME/.bashrc" && "$script" | indent
source "$script" | indent
printf "${C_NC}"
# Clean up if fails