From c5e84e24635c029151c2885b0b797fb64d9cd34c Mon Sep 17 00:00:00 2001 From: d3vyce <44915747+d3vyce@users.noreply.github.com> Date: Sat, 4 Feb 2023 23:05:01 +0100 Subject: [PATCH] Fix run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dc91a9..67c1c19 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ sudo apt install python-pip ``` To run the script use the following command: ```Bash -bash <(curl -s https://github.com/d3vyce/PenTools/releases/latest/download/pentools.sh) +bash <(curl -L https://github.com/d3vyce/PenTools/releases/latest/download/pentools.sh) ``` This script has been tested on debian distribution, but it should also work with Ubuntu. I'm working on a compatibility with CentOS and other distribution.