From b1144f4a819e426c9dff9ac7e21b1d161cebcc1e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 22 Jan 2021 13:40:14 -0500 Subject: [PATCH] Update setup.sh --- bin/setup.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/setup.sh b/bin/setup.sh index 47156d6a..20eb86a0 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -1,6 +1,5 @@ -#!/bin/bash +#!/usr/bin/env bash # ArchiveBox Setup Script -# Nick Sweeting 2017 | MIT License # https://github.com/ArchiveBox/ArchiveBox echo "[i] ArchiveBox Setup Script 📦" @@ -19,7 +18,7 @@ echo "" echo " If you'd rather install these manually, you can find documentation here:" echo " https://github.com/ArchiveBox/ArchiveBox/wiki/Install" echo "" -read -p "Press [enter] to continue with the automatic install, or Ctrl+C to cancel..." +read -p "Press [enter] to continue with the automatic install, or Ctrl+C to cancel..." REPLY echo "" # On Linux: