aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzekiel Templin <zeke@templ.in>2021-01-09 08:52:42 -0800
committerGitHub <noreply@github.com>2021-01-09 08:52:42 -0800
commitbdcaaaa5308ba9ab0d2ee7b53b949c2c2c8f4269 (patch)
treee49fa57eb2cc8ace3cd9d519609b6931120f1843
parentdfb9212ed20d6ce789d3c797e01dc774748c3d64 (diff)
Update install.sh
Co-authored-by: huglovefan <human@neet.fi>
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 9232e4c..04c1c0a 100755
--- a/install.sh
+++ b/install.sh
@@ -8,7 +8,7 @@ if [[ "$#" -lt 1 || (
( "$1" == "vivaldi" && "$#" -eq 2 && ${#2} -eq 32 ) ||
( "$1" == "chromebeta" && "$#" -eq 2 && ${#2} -eq 32 ) ||
( "$1" == "chromium" && "$#" -eq 2 && ${#2} -eq 32 ) ) ) ]]; then
- echo "Usage: $0 <chrome EXTENSION_ID | chromebeta EXTENSION_ID | chromium EXTENSION_ID | vivalidi EXTENSION_ID | firefox>"
+ echo "Usage: $0 <chrome EXTENSION_ID | chromebeta EXTENSION_ID | chromium EXTENSION_ID | vivaldi EXTENSION_ID | firefox>"
exit 2
fi