From c5dcb68a6d1e27306acaea21f85e569c5775df5f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 12 Jan 2019 03:14:07 -0500 Subject: [PATCH] install youtubedl in setup --- bin/archivebox-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/archivebox-setup b/bin/archivebox-setup index 2ebb0e45..2c60b0dc 100755 --- a/bin/archivebox-setup +++ b/bin/archivebox-setup @@ -33,7 +33,7 @@ if which apt-get > /dev/null; then apt install chromium-browser -y fi echo "[+] Installing python3, wget, curl..." - apt install -y python3 python3-distutils wget curl + apt install -y python3 python3-distutils wget curl youtube-dl # On Mac: elif which brew > /dev/null; then # 🐍 eye of newt @@ -56,7 +56,7 @@ elif which brew > /dev/null; then # 🐍 eye of newt chmod +x /usr/local/bin/chromium-browser fi echo "[+] Installing python3, wget, curl (ignore 'already installed' warnings)..." - brew install python3 wget curl + brew install python3 wget curl youtube-dl else echo "[X] Could not find aptitude or homebrew! ‼️" echo ""