From 6f3ec82fc47ceeda1cb17795221f0aaa58116cbf Mon Sep 17 00:00:00 2001 From: Maximilian <16063560+pattmax00@users.noreply.github.com> Date: Thu, 1 Sep 2022 19:10:43 -0500 Subject: Show newest version for ergo in wget and extract commands --- content/irc.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content') 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: -- cgit v1.2.3