From 04114e49a8d1e1f4817029bbf80c3b40d6e75f7c Mon Sep 17 00:00:00 2001 From: Swastik Dwivedi <50874358+drunckj@users.noreply.github.com> Date: Mon, 19 Jul 2021 15:55:48 +0530 Subject: [PATCH] fixed wrong linking to preset file --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fd292aa..f76b068 100755 --- a/install.sh +++ b/install.sh @@ -85,7 +85,7 @@ install_presets(){ sed -i 's/matteo/'"$USER"'/g' "$PRESETS_DIRECTORY/output/Advanced Auto Gain.json" ;; 5) echo "Installing Laptop preset..." - curl "https://github.com/Digitalone1/EasyEffects-Presets/raw/master/LoudnessEqualizerPE.json" --output "$PRESETS_DIRECTORY/output/Laptop.json" --silent + curl "https://raw.githubusercontent.com/Digitalone1/EasyEffects-Presets/master/LoudnessEqualizerPE.json" --output "$PRESETS_DIRECTORY/output/Laptop.json" --silent sed -i 's/matteo/'"$USER"'/g' "$PRESETS_DIRECTORY/output/Laptop.json" ;;