From 4b72d7b8cd5b9be984a9044e4a1572bcb395a362 Mon Sep 17 00:00:00 2001 From: Marcel Ochsendorf Date: Sun, 2 Feb 2020 15:23:13 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d1f07a..2bef009 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,13 @@ curl -L https://install.pivpn.dev | bash **Method 2** ```Shell curl -L https://install.pivpn.dev > pivpn.sh -sudo sh pivpn.sh +sudo bash pivpn.sh ``` **Method 3** ```Shell git clone https://github.com/pivpn/pivpn.git -sudo sh pivpn/auto_install/install.sh +sudo bash pivpn/auto_install/install.sh ``` **OBS:**