Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mxssl committed Feb 4, 2023
1 parent 68c72e8 commit 859ed13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: '3'

services:
tg-captcha-bot:
image: mxssl/tg-captcha-bot:v1.1.7
image: mxssl/tg-captcha-bot:v1.1.9
volumes:
- ./config.toml:/config.toml
restart: unless-stopped
Expand Down
4 changes: 2 additions & 2 deletions INSTALL-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ cd tg-captcha-bot
2. Download bot binary and move it to needed directory

```bash
wget https://github.com/mxssl/tg-captcha-bot/releases/download/v1.1.7/tg-captcha-bot_1.1.7_linux_amd64.tar.gz
wget https://github.com/mxssl/tg-captcha-bot/releases/download/v1.1.9/tg-captcha-bot_1.1.9_linux_amd64.tar.gz

tar xvzf tg-captcha-bot_1.1.7_linux_amd64.tar.gz
tar xvzf tg-captcha-bot_1.1.9_linux_amd64.tar.gz

mv tg-captcha-bot /usr/local/bin/tg-captcha-bot

Expand Down

0 comments on commit 859ed13

Please sign in to comment.