Update setup-bookmark-archiver
install python3-requests as a dependency, because a new bare ubuntu installation does not have it installed by default
This commit is contained in:
parent
aabe739b36
commit
f2c2568ac7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,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 python3-requests wget curl
|
||||
|
||||
# On Mac:
|
||||
elif which brew > /dev/null; then # 🐍 eye of newt
|
||||
|
|
Loading…
Add table
Reference in a new issue