Stable branch #2

Merged
Ark74 merged 34 commits from stable-branch into master 2020-04-11 19:22:27 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 98b4ec0578 - Show all commits

View File

@ -74,7 +74,7 @@ else
# Seems to be an issue with your audio driver, # Seems to be an issue with your audio driver,
# please review your hw setup. # please review your hw setup.
#--------------------------------------------------" #--------------------------------------------------"
read -p read -n 1 -s -r -p "Press any key to continue"
fi fi
} }
update_certbot() { update_certbot() {
@ -216,7 +216,7 @@ if [ -f /usr/local/bin/chromedriver ]; then
echo "Chromedriver already installed." echo "Chromedriver already installed."
else else
echo "Installing Chromedriver" 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/ unzip /tmp/chromedriver_linux64.zip -d /usr/local/bin/
chown root:root /usr/local/bin/chromedriver chown root:root /usr/local/bin/chromedriver
chmod 0755 /usr/local/bin/chromedriver chmod 0755 /usr/local/bin/chromedriver