Update setup.sh
This commit is contained in:
parent
d9366774b0
commit
b1144f4a81
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# ArchiveBox Setup Script
|
# ArchiveBox Setup Script
|
||||||
# Nick Sweeting 2017 | MIT License
|
|
||||||
# https://github.com/ArchiveBox/ArchiveBox
|
# https://github.com/ArchiveBox/ArchiveBox
|
||||||
|
|
||||||
echo "[i] ArchiveBox Setup Script 📦"
|
echo "[i] ArchiveBox Setup Script 📦"
|
||||||
|
@ -19,7 +18,7 @@ echo ""
|
||||||
echo " If you'd rather install these manually, you can find documentation here:"
|
echo " If you'd rather install these manually, you can find documentation here:"
|
||||||
echo " https://github.com/ArchiveBox/ArchiveBox/wiki/Install"
|
echo " https://github.com/ArchiveBox/ArchiveBox/wiki/Install"
|
||||||
echo ""
|
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 ""
|
echo ""
|
||||||
|
|
||||||
# On Linux:
|
# On Linux:
|
||||||
|
|
Loading…
Reference in a new issue