Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardgranberg committed Jan 24, 2024
1 parent 500e050 commit 131f008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patissuer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 131f008

Please sign in to comment.