Skip to content

Commit

Permalink
Fix: install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
erfjab committed Sep 10, 2024
1 parent 9dd636f commit 47926ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ESSL is a script to quickly obtain SSL certificates for your domains. It support

1. **Download and Install the Script:**
```bash
sudo bash -c "$(curl -sL https://raw.githubusercontent.com/erfjab/ESSL/master/essl.sh)" --install
sudo bash -c "$(curl -sL https://raw.githubusercontent.com/erfjab/ESSL/master/essl.sh)" @ --install
```

2. **Run the Script:**
Expand Down
2 changes: 1 addition & 1 deletion essl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ main() {
exit 0
;;
--version|-v)
print "v3.0.1"
print "currect essl version: v3.0.1"
exit 0
;;esac

Expand Down

0 comments on commit 47926ab

Please sign in to comment.