mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-15 06:59:00 +03:00
Pull request: fix-wget
Updates #4985. Squashed commit of the following: commit 85f25fbdcca5ff50114454deffa82db9e1f3c50e Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Oct 4 20:18:27 2022 +0300 FAQ: fix wget command
parent
938cfdc71a
commit
3d2d3fa50f
1 changed files with 1 additions and 1 deletions
2
FAQ.md
2
FAQ.md
|
@ -466,7 +466,7 @@ Linux and Windows for AMD64 CPUs.
|
|||
Or, with `wget`:
|
||||
|
||||
```sh
|
||||
wget -o '/tmp/AdGuardHome_linux_amd64.tar.gz'\
|
||||
wget -O '/tmp/AdGuardHome_linux_amd64.tar.gz'\
|
||||
'https://static.adguard.com/adguardhome/release/AdGuardHome_linux_amd64.tar.gz'
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue