1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-25 07:20:59 +02:00

install youtubedl in setup

This commit is contained in:
Nick Sweeting
2019-01-12 03:14:07 -05:00
parent 6189b1a8af
commit c5dcb68a6d

View File

@@ -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 ""