From 98b4ec0578c282fa6377fc8625aa2384d82c695e Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 11 Apr 2020 11:27:40 -0500 Subject: [PATCH] Minor fix --- quick_jibri_installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 0feeb20..e03af6b 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -74,7 +74,7 @@ else # Seems to be an issue with your audio driver, # please review your hw setup. #--------------------------------------------------" - read -p + read -n 1 -s -r -p "Press any key to continue" fi } update_certbot() { @@ -216,7 +216,7 @@ if [ -f /usr/local/bin/chromedriver ]; then echo "Chromedriver already installed." else echo "Installing Chromedriver" - wget https://chromedriver.storage.googleapis.com/$CHD_VER/chromedriver_linux64.zip -O /tmp/chromedriver_linux64.zip + wget -q https://chromedriver.storage.googleapis.com/$CHD_VER/chromedriver_linux64.zip -O /tmp/chromedriver_linux64.zip unzip /tmp/chromedriver_linux64.zip -d /usr/local/bin/ chown root:root /usr/local/bin/chromedriver chmod 0755 /usr/local/bin/chromedriver