From 06c918d0d9cd744257332cf43ea146af01512596 Mon Sep 17 00:00:00 2001 From: Ths2-9Y-LqJt6 Date: Sun, 29 Mar 2020 13:05:16 -0700 Subject: Fix wget in linux update guide (#2858) * change link from wget to curl in linux update guid #2857 * change back to wget per feedback #2857 --- docs/en/admins/07_LinuxUpdate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/en/admins/07_LinuxUpdate.md b/docs/en/admins/07_LinuxUpdate.md index c14e07517..6ac564641 100644 --- a/docs/en/admins/07_LinuxUpdate.md +++ b/docs/en/admins/07_LinuxUpdate.md @@ -67,7 +67,7 @@ cd /usr/share/FreshRSS/ 3. Download and unzip the update file ``` -wget -o freshrss.zip https://github.com/FreshRSS/FreshRSS/archive/1.15.3.zip +wget -O freshrss.zip https://github.com/FreshRSS/FreshRSS/archive/1.15.3.zip unzip freshrss.zip ``` -- cgit v1.2.3