mirror of
https://github.com/JackHack96/EasyEffects-Presets.git
synced 2024-11-23 14:20:08 +00:00
Fix laptop preset URL for EasyEffects
This commit is contained in:
parent
87e8affc4b
commit
041588fa78
1 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ install_presets() {
|
||||||
echo "Installing Advanced Auto Gain..."
|
echo "Installing Advanced Auto Gain..."
|
||||||
curl "$GIT_REPOSITORY/Advanced%20Auto%20Gain.json" --output "$PRESETS_DIRECTORY/output/Advanced Auto Gain.json" --silent
|
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/LoudnessEqualizerPE.json" --output "$PRESETS_DIRECTORY/output/Laptop.json" --silent
|
curl "https://raw.githubusercontent.com/Digitalone1/EasyEffects-Presets/master/LoudnessEqualizer.json" --output "$PRESETS_DIRECTORY/output/Laptop.json" --silent
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
echo "Installing Perfect EQ preset..."
|
echo "Installing Perfect EQ preset..."
|
||||||
|
@ -96,8 +96,8 @@ install_presets() {
|
||||||
curl "$GIT_REPOSITORY/Advanced%20Auto%20Gain.json" --output "$PRESETS_DIRECTORY/output/Advanced Auto Gain.json" --silent
|
curl "$GIT_REPOSITORY/Advanced%20Auto%20Gain.json" --output "$PRESETS_DIRECTORY/output/Advanced Auto Gain.json" --silent
|
||||||
;;
|
;;
|
||||||
5)
|
5)
|
||||||
echo "Installing Laptop preset..."
|
echo "Installing Laptop preset..."
|
||||||
curl "https://raw.githubusercontent.com/Digitalone1/EasyEffects-Presets/master/LoudnessEqualizerPE.json" --output "$PRESETS_DIRECTORY/output/Laptop.json" --silent
|
curl "https://raw.githubusercontent.com/Digitalone1/EasyEffects-Presets/master/LoudnessEqualizer.json" --output "$PRESETS_DIRECTORY/output/Laptop.json" --silent
|
||||||
;;
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue