From e36bff2f3f022a1ae27e79a615b43ebcdab1d02e Mon Sep 17 00:00:00 2001 From: Konosuke Sakai Date: Thu, 2 Jan 2025 00:09:15 +0900 Subject: [PATCH] chore: remove extra space --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8d6e62a..71adac5 100755 --- a/install.sh +++ b/install.sh @@ -74,7 +74,7 @@ install_presets() { sed -i "s||$PRESETS_DIRECTORY|g" "$PRESETS_DIRECTORY/output/Bass Boosted.json" echo "Installing Advanced Auto Gain..." curl "$GIT_REPOSITORY/Advanced%20Auto%20Gain.json" --output "$PRESETS_DIRECTORY/output/Advanced Auto Gain.json" --silent - echo "Installing Laptop preset..." + echo "Installing Laptop preset..." curl "https://raw.githubusercontent.com/Digitalone1/EasyEffects-Presets/master/LoudnessEqualizer.json" --output "$PRESETS_DIRECTORY/output/Laptop.json" --silent echo "Installing loudness + autogain laptop preset..." curl "$GIT_REPOSITORY/Loudness%2BAutogain.json" --output "$PRESETS_DIRECTORY/output/Loudness+Autogain.json" --silent