From 1344ed8cfa7f77b6b3a6046d12adade8eb45d672 Mon Sep 17 00:00:00 2001 From: ItsLynix <71310187+ItsLynix@users.noreply.github.com> Date: Thu, 2 Jun 2022 01:06:36 +0200 Subject: [PATCH] Update script link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be03f0b..40c41c7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,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 -bash -c "$(curl -fsSL https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/pulseeffects/install.sh)" +bash -c "$(curl -fsSL https://raw.githubusercontent.com/JackHack96/EasyEffects-Presets/pulseeffects/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