File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ curl -fsSL https://raw.githubusercontent.com/CommonsHub/chb/main/install.sh | ba
1717Quick example for Linux ` amd64 ` :
1818
1919``` bash
20- VERSION=v2.3.0
20+ VERSION=v2.3.1
2121curl -L -o /tmp/chb.tar.gz " https://github.com/CommonsHub/chb/releases/download/${VERSION} /chb_${VERSION# v} _linux_amd64.tar.gz"
2222tar -xzf /tmp/chb.tar.gz -C /tmp
2323install /tmp/chb_${VERSION# v} _linux_amd64 /usr/local/bin/chb
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Pick the asset that matches your CPU:
2020Example for Linux ` amd64 ` :
2121
2222``` bash
23- VERSION=v2.3.0
23+ VERSION=v2.3.1
2424ARCH=amd64
2525curl -L -o /tmp/chb.tar.gz " https://github.com/CommonsHub/chb/releases/download/${VERSION} /chb_${VERSION# v} _linux_${ARCH} .tar.gz"
2626tar -xzf /tmp/chb.tar.gz -C /tmp
@@ -31,13 +31,13 @@ chb --version
3131Or with the installer script pinned to a specific release:
3232
3333``` bash
34- curl -fsSL https://raw.githubusercontent.com/CommonsHub/chb/main/install.sh | VERSION=v2.3.0 bash
34+ curl -fsSL https://raw.githubusercontent.com/CommonsHub/chb/main/install.sh | VERSION=v2.3.1 bash
3535```
3636
3737Example for Linux ` arm64 ` :
3838
3939``` bash
40- VERSION=v2.3.0
40+ VERSION=v2.3.1
4141ARCH=arm64
4242curl -L -o /tmp/chb.tar.gz " https://github.com/CommonsHub/chb/releases/download/${VERSION} /chb_${VERSION# v} _linux_${ARCH} .tar.gz"
4343tar -xzf /tmp/chb.tar.gz -C /tmp
@@ -50,7 +50,7 @@ chb --version
5050Each release also publishes ` checksums.txt ` .
5151
5252``` bash
53- VERSION=v2.3.0
53+ VERSION=v2.3.1
5454curl -L -O " https://github.com/CommonsHub/chb/releases/download/${VERSION} /checksums.txt"
5555sha256sum -c checksums.txt --ignore-missing
5656```
Original file line number Diff line number Diff line change 88 "github.com/CommonsHub/chb/cmd"
99)
1010
11- const VERSION = "2.3.0 "
11+ const VERSION = "2.3.1 "
1212
1313func main () {
1414 cmd .LoadEnvFromConfig ()
You can’t perform that action at this time.
0 commit comments