File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -206,14 +206,14 @@ sudo apt install replbot
206206** Debian/Ubuntu** (* manual install* )** :**
207207``` bash
208208sudo apt install tmux
209- wget https://github.com/binwiederhier/replbot/releases/download/v0.5.2 /replbot_0.5.2_amd64 .deb
210- dpkg -i replbot_0.5.2_amd64 .deb
209+ wget https://github.com/binwiederhier/replbot/releases/download/v0.6.0 /replbot_0.6.0_amd64 .deb
210+ dpkg -i replbot_0.6.0_amd64 .deb
211211```
212212
213213** Fedora/RHEL/CentOS:**
214214``` bash
215215# Make sure that "tmux" is installed
216- rpm -ivh https://github.com/binwiederhier/replbot/releases/download/v0.5.2 /replbot_0.5.2_amd64 .rpm
216+ rpm -ivh https://github.com/binwiederhier/replbot/releases/download/v0.6.0 /replbot_0.6.0_amd64 .rpm
217217```
218218
219219** Docker:**
@@ -238,8 +238,8 @@ go get -u heckel.io/replbot
238238** Manual install** (* any x86_64-based Linux* )** :**
239239``` bash
240240# Make sure that "tmux" is installed
241- wget https://github.com/binwiederhier/replbot/releases/download/v0.5.2 /replbot_0.5.2_linux_x86_64 .tar.gz
242- sudo tar -C /usr/bin -zxf replbot_0.5.2_linux_x86_64 .tar.gz replbot
241+ wget https://github.com/binwiederhier/replbot/releases/download/v0.6.0 /replbot_0.6.0_linux_x86_64 .tar.gz
242+ sudo tar -C /usr/bin -zxf replbot_0.6.0_linux_x86_64 .tar.gz replbot
243243```
244244
245245## Building
You can’t perform that action at this time.
0 commit comments