Skip to content

Commit

Permalink
fix: quiet option
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed May 30, 2024
1 parent 3020859 commit 1b81441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh
# check that script is on supported distribution.
if grep -qq debian /etc/os-release
if grep -q debian /etc/os-release
then
sudo apt install wget -y
sudo apt -qq install wget -y
# crate binary and config directories
sudo mkdir -p /opt/api-formatter /etc/api-formatter
# set right permission to directories
Expand Down

0 comments on commit 1b81441

Please sign in to comment.