1
0
Fork 0
mirror of synced 2024-06-27 10:30:38 +12:00

Update setup-bookmark-archiver

say yes to installing dependencies via apt
This commit is contained in:
Strubbl 2018-09-24 19:31:22 +02:00 committed by GitHub
parent 6dafd53007
commit aabe739b36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ if which apt-get > /dev/null; then
apt install chromium-browser -y
fi
echo "[+] Installing python3, wget, curl..."
apt install python3 python3-distutils wget curl
apt install -y python3 python3-distutils wget curl
# On Mac:
elif which brew > /dev/null; then # 🐍 eye of newt