diff --git a/src/patissuer/install.sh b/src/patissuer/install.sh index 6d31d80..8343aff 100755 --- a/src/patissuer/install.sh +++ b/src/patissuer/install.sh @@ -18,7 +18,7 @@ has_xdg=$(which xdg-open) has_jq=$(which jq) set -e -if [[ -z "$has_wget" || -z "$has_xdg" || -z "$has_jq"]]; then +if [[ -z "$has_wget" || -z "$has_xdg" || -z "$has_jq" ]]; then apt-get update -y apt-get -y install --no-install-recommends --reinstall wget ca-certificates unzip libnss3-tools xdg-utils jq apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*