From 13a2d3de500a272cae32fce7f8010038e1e24516 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Sat, 25 Jun 2022 11:47:35 -0500 Subject: [PATCH] Update install_deps.sh --- install_deps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_deps.sh b/install_deps.sh index 2ec53200..7669a470 100644 --- a/install_deps.sh +++ b/install_deps.sh @@ -79,7 +79,8 @@ printf "${YEL}Running source ~/.bashrc..\n" && tput sgr0 && # Source .bashrc so changes take effect -source ~/.bashrc && +cd && +source .bashrc && printf "\n" && printf "${YEL}Downloading Chromium source (This will take a while)...\n" &&