mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04: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
|
apt install chromium-browser -y
|
||||||
fi
|
fi
|
||||||
echo "[+] Installing python3, wget, curl..."
|
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:
|
# On Mac:
|
||||||
elif which brew > /dev/null; then # 🐍 eye of newt
|
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
|
chmod +x /usr/local/bin/chromium-browser
|
||||||
fi
|
fi
|
||||||
echo "[+] Installing python3, wget, curl (ignore 'already installed' warnings)..."
|
echo "[+] Installing python3, wget, curl (ignore 'already installed' warnings)..."
|
||||||
brew install python3 wget curl
|
brew install python3 wget curl youtube-dl
|
||||||
else
|
else
|
||||||
echo "[X] Could not find aptitude or homebrew! ‼️"
|
echo "[X] Could not find aptitude or homebrew! ‼️"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue