From c8f7abf6bf2eb219d90b55505f5aca786e55be2d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 30 Jun 2017 01:17:31 -0500 Subject: [PATCH] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 4719ae69..b7eb2fd9 100644 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "[i] Installing bookmark-archiver dependencies. This script may ask for your password in order to install the following:" -echo " - Chromium Browser (see README for Chromium instructions)" +echo " - Google Chrome (see README for Chromium instructions, yay open source)" echo " - python3" echo " - wget" echo " - curl"