mirror of
https://github.com/JackHack96/EasyEffects-Presets.git
synced 2024-11-23 06:10:09 +00:00
fixed wrong linking to preset file
This commit is contained in:
parent
03aaeaba75
commit
04114e49a8
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ install_presets(){
|
||||||
sed -i 's/matteo/'"$USER"'/g' "$PRESETS_DIRECTORY/output/Advanced Auto Gain.json"
|
sed -i 's/matteo/'"$USER"'/g' "$PRESETS_DIRECTORY/output/Advanced Auto Gain.json"
|
||||||
;;
|
;;
|
||||||
5) echo "Installing Laptop preset..."
|
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"
|
sed -i 's/matteo/'"$USER"'/g' "$PRESETS_DIRECTORY/output/Laptop.json"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue