From f2c2568ac77436408724d0c7b4edb65be2ef84a1 Mon Sep 17 00:00:00 2001 From: Strubbl <97055+Strubbl@users.noreply.github.com> Date: Mon, 24 Sep 2018 19:52:37 +0200 Subject: [PATCH] Update setup-bookmark-archiver install python3-requests as a dependency, because a new bare ubuntu installation does not have it installed by default --- bin/setup-bookmark-archiver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup-bookmark-archiver b/bin/setup-bookmark-archiver index 288c53db..6163a275 100755 --- a/bin/setup-bookmark-archiver +++ b/bin/setup-bookmark-archiver @@ -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