From aabe739b363e7d10ca958eea0a32b68b0d24a25e Mon Sep 17 00:00:00 2001 From: Strubbl <97055+Strubbl@users.noreply.github.com> Date: Mon, 24 Sep 2018 19:31:22 +0200 Subject: [PATCH] Update setup-bookmark-archiver say yes to installing dependencies via apt --- 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 a4726081..288c53db 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 python3-distutils wget curl + apt install -y python3 python3-distutils wget curl # On Mac: elif which brew > /dev/null; then # 🐍 eye of newt