From 451cea47e68c3e202fd0b928cde1d4f0e3518572 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 12 Sep 2018 16:35:16 -0400 Subject: [PATCH] Update setup-bookmark-archiver --- 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 65e0dc73..a4726081 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 python3 wget curl + apt install python3 python3-distutils wget curl # On Mac: elif which brew > /dev/null; then # 🐍 eye of newt