From defa113b70e3e56edf51e5fc637ecf7a4b5de705 Mon Sep 17 00:00:00 2001 From: Earlopain Date: Mon, 18 Oct 2021 18:03:00 +0200 Subject: [PATCH] [Vagrant] Work around nodesource certificate error Closes #323 --- vagrant/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vagrant/install.sh b/vagrant/install.sh index 0d125c305..24d45341d 100755 --- a/vagrant/install.sh +++ b/vagrant/install.sh @@ -4,6 +4,8 @@ APP_DIR=/home/danbooru/danbooru CHRUBY_PATH=/etc/profile.d/chruby.sh apt-get update +# Fix for https://github.com/nodesource/distributions/issues/1266 +apt-get install ca-certificates package_installed() { if dpkg-query -f '${binary:Package}\n' -W | grep "$1" &>/dev/null; then