From 34106f1479f096ac34bcdfc4c80d53e25a82e3a3 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 26 Dec 2024 22:00:41 +0700 Subject: [PATCH] Update README.md Fixed curl example command to work well with sudo --- systemd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/README.md b/systemd/README.md index 33e8d00a..b1a4ea08 100644 --- a/systemd/README.md +++ b/systemd/README.md @@ -8,7 +8,7 @@ The provided systemd unit assumes you have the wireproxy executable installed on 1. Copy the `wireproxy.service` file from this directory to `/etc/systemd/system/`, or use the following cURL command to download it: ```bash - sudo curl https://raw.githubusercontent.com/pufferffish/wireproxy/master/systemd/wireproxy.service > /etc/systemd/system/wireproxy.service + curl https://raw.githubusercontent.com/pufferffish/wireproxy/master/systemd/wireproxy.service | sudo tee /etc/systemd/system/wireproxy.service ``` 2. If necessary, customize the unit.