mirror of
https://github.com/JackHack96/EasyEffects-Presets.git
synced 2024-11-23 06:10:09 +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..."
|
||||
curl "$GIT_REPOSITORY/Advanced%20Auto%20Gain.json" --output "$PRESETS_DIRECTORY/output/Advanced Auto Gain.json" --silent
|
||||
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)
|
||||
echo "Installing Perfect EQ preset..."
|
||||
|
@ -97,7 +97,7 @@ install_presets() {
|
|||
;;
|
||||
5)
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue