From 86c968b92ee9ae1b2b8d38dd9cd544f7b91ebfa6 Mon Sep 17 00:00:00 2001 From: Matteo Iervasi Date: Fri, 29 Jun 2018 12:44:53 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d789e49..3853e54 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It currently contains: # Installation The `install.sh` script will try to install the presets automatically, just fire up a terminal and run the command: ```shell -sh -c "$(curl -fsSL https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/install.sh)" +bash -c "$(curl -fsSL https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/install.sh)" ``` **NOTE**: the script requires `curl` to be installed. Ubuntu doesn't shipt with curl installed by default, so you have to first run ```shell