1
0
Fork 0
mirror of https://github.com/JackHack96/EasyEffects-Presets.git synced 2024-11-24 23:00:10 +00:00

Update README install script url

This commit is contained in:
alexchong 2021-10-24 14:56:04 -07:00
parent 9ee64acb78
commit 0523f82c88

View file

@ -27,7 +27,7 @@ It currently contains:
# Installation # Installation
The `install.sh` script will try to install the presets automatically, just fire up a terminal and run the command: The `install.sh` script will try to install the presets automatically, just fire up a terminal and run the command:
```shell ```shell
bash -c "$(curl -fsSL https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/install.sh)" bash -c "$(curl -fsSL https://raw.githubusercontent.com/JackHack96/PulseEffects-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 **NOTE**: the script requires `curl` to be installed. Ubuntu doesn't shipt with curl installed by default, so you have to first run
```shell ```shell