diff options
| author | Maximilian <16063560+pattmax00@users.noreply.github.com> | 2022-09-01 19:10:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-01 19:10:43 -0500 |
| commit | 6f3ec82fc47ceeda1cb17795221f0aaa58116cbf (patch) | |
| tree | 80e43609d79c4034385b6f7f93fb1da7bb52d628 /content | |
| parent | a51abb0601697b9ee11c4695565c8d1e090af106 (diff) | |
Show newest version for ergo in wget and extract commands
Diffstat (limited to 'content')
| -rw-r--r-- | content/irc.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/irc.md b/content/irc.md index 4e0b8a2..ccf16e8 100644 --- a/content/irc.md +++ b/content/irc.md @@ -46,10 +46,10 @@ Once you have selected the correct package, copy its URL and replace the release url with the package URL (still as the `ergo` user): ```sh -wget "https://github.com/ergochat/ergo/releases/download/v2.7.0/ergo-2.7.0-linux-x86_64.tar.gz" -tar -xf ergo-2.7.0-linux-x86_64.tar.gz -mv ergo-2.7.0-linux-x86_64/* -rm -r ergo-2.7.0-linux-x86_64* +wget "https://github.com/ergochat/ergo/releases/download/v2.10.0/ergo-2.10.0-linux-x86_64.tar.gz" +tar -xf ergo-2.10.0-linux-x86_64.tar.gz +mv ergo-2.10.0-linux-x86_64/* +rm -r ergo-2.10.0-linux-x86_64* ``` Executing `ls -l` should now yield something like this: |
