From 1e656ca528c7ccd44881f41fdc7e4727f04b48d9 Mon Sep 17 00:00:00 2001 From: Atsushi Date: Tue, 12 Mar 2019 09:14:40 +0900 Subject: [PATCH] Update archivebox-setup Double quote is missing. --- bin/archivebox-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/archivebox-setup b/bin/archivebox-setup index ade2fc3b..f5f8d492 100755 --- a/bin/archivebox-setup +++ b/bin/archivebox-setup @@ -13,7 +13,7 @@ echo " - curl" echo " - youtube-dl" echo "" echo " You may follow Manual Setup instructions in README.md instead if you prefer not to run an unknown script." -echo " This script uses homebrew or aptitude to install the dependencies depending on whether you're on macOS or Debian/Ubuntu. +echo " This script uses homebrew or aptitude to install the dependencies depending on whether you're on macOS or Debian/Ubuntu." echo " Press enter to continue, or Ctrl+C to cancel..." read