We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f3455 commit 1eb4c4eCopy full SHA for 1eb4c4e
README.md
@@ -8,7 +8,7 @@ HTTP/S Java Checker - It can check is your Java installation can perform connect
8
9
```bash
10
$ wget -O jhttps-checker_0.8.0_all.deb https://github.com/wavesoftware/java-https-checker/releases/download/v0.8.0/jhttps-checker_0.8.0_all.deb
11
-$ sudo dpkg -i jhttps-checker-0.8.0_all.deb
+$ sudo dpkg -i jhttps-checker_0.8.0_all.deb || sudo apt-get install -f
12
$ jhttps-checker --help
13
usage: jhttps-checker [-h] [-q] [-r MAX_REDIRECTS] address
14
0 commit comments