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