From 52484f6e0ab30e53986e863e31ac60703e52800d Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Fri, 30 Oct 2020 00:39:21 -0700 Subject: more improvement to README.md and install.sh. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 04d96e4..97235ea 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,8 @@ #!/bin/bash -eux if [[ ! ( ( "$1" == "firefox" && "$#" -eq 1 ) || - ( "$1" == "chrome" && "$#" -eq 2 && ${#2} -eq 32) || - ( "$1" == "chromium" && "$#" -eq 2 && ${#2} -eq 32) ) ]]; then + ( "$1" == "chrome" && "$#" -eq 2 && ${#2} -eq 32 ) || + ( "$1" == "chromium" && "$#" -eq 2 && ${#2} -eq 32 ) ) ]]; then echo "Usage: $0 " exit 2 fi -- cgit v1.2.3