From 60b1da1cd91c53a1b947e0e2a61fb3668f1388e6 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 9 Jun 2018 12:37:14 +0200 Subject: [PATCH] fix one-liner for easy-install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aab0457..55a90cc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Launch the following command in your favorite terminal : ```bash -curl https://xdrm.io/script/ptut-install | bash - +bash -c "`curl https://xdrm.io/script/ptut-install`" ``` **TODO** 1. add permission management (for API download) inside Docker