mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
install youtubedl in setup
This commit is contained in:
parent
6189b1a8af
commit
c5dcb68a6d
1 changed files with 2 additions and 2 deletions
|
@ -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 ""
|
||||
|
|
Loading…
Reference in a new issue