vscode-extensions: add cacert to update script

This commit is contained in:
Pol Dellaiera 2023-10-16 20:15:58 +02:00
parent 3c009dfef5
commit 301ca96695
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p curl jq unzip
#! nix-shell -i bash -p cacert curl jq unzip
# shellcheck shell=bash
set -eu -o pipefail