Skip to content

Commit

Permalink
Update install commands and release version to 1.2 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-torabi authored Jun 6, 2024
1 parent 45dca63 commit 35f1f0a
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 @@ -49,7 +49,7 @@ Binaries for all supported platforms can be downloaded from [Releases](https://g
```bash
# sudo curl -L -o /usr/local/bin/chissl https://github.com/NextChapterSoftware/chissl/releases/download/v{VERSION}/chissl_{VERSION}_{OS}_{ARCH}
# e.g
sudo curl -L -o https://github.com/NextChapterSoftware/chissl/releases/download/v1.1/chissl_1.1_linux_amd64
sudo curl -L -o /usr/local/bin/chissl https://github.com/NextChapterSoftware/chissl/releases/download/v1.2/chissl_1.2_linux_amd64
sudo chmod +x /usr/local/bin/chissl
```

Expand Down
2 changes: 1 addition & 1 deletion server_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# bash <(curl -s https://raw.githubusercontent.com/NextChapterSoftware/chissl/v1.1/server_installer.sh) <domain_name> [port]

# Target chiSSL version
LATEST_VERSION="1.1"
LATEST_VERSION="1.2"

# Function to display usage
usage() {
Expand Down

0 comments on commit 35f1f0a

Please sign in to comment.