mirror of
https://github.com/JackHack96/EasyEffects-Presets.git
synced 2024-12-27 06:41:59 +00:00
Update install.sh
In line 60, the path to "Bass Enhancing + Perfect EQ.json" was pointing to the wrong directory "Perfect EQ.json" also have a path with matteo that probably should be changed The change in the path inside the json should be made if you install it.
This commit is contained in:
parent
43de948b85
commit
542b544eba
1 changed files with 4 additions and 1 deletions
|
@ -57,17 +57,20 @@ install_presets(){
|
|||
curl "https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/irs/HTC%20Beats%20Audio%20((Z-Edition)).irs" --output "$PRESETS_DIRECTORY/irs/HTC Beats Audio ((Z-Edition)).irs" --silent
|
||||
curl "https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/irs/Waves%20MaxxAudio%20((Z-Edition))%20AudioWizard%201.Music.irs" --output "$PRESETS_DIRECTORY/irs/Waves MaxxAudio ((Z-Edition)) AudioWizard 1.Music.irs" --silent
|
||||
echo "Selecting default impulse response file..."
|
||||
sed -i 's/matteo/'"$USER"'/g' "$PRESETS_DIRECTORY/Bass Enhancing + Perfect EQ.json"
|
||||
sed -i 's/matteo/'"$USER"'/g' "$PRESETS_DIRECTORY/output/Bass Enhancing + Perfect EQ.json"
|
||||
echo "Installing Boosted preset..."
|
||||
curl "https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/Boosted.json" --output "$PRESETS_DIRECTORY/output/Boosted.json" --silent
|
||||
echo "Installing Perfect EQ preset..."
|
||||
curl "https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/Perfect%20EQ.json" --output "$PRESETS_DIRECTORY/output/Perfect EQ.json" --silent
|
||||
sed -i 's/matteo/'"$USER"'/g' "$PRESETS_DIRECTORY/output/Perfect EQ.json"
|
||||
;;
|
||||
2) echo "Installing Perfect EQ preset..."
|
||||
curl "https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/Perfect%20EQ.json" --output "$PRESETS_DIRECTORY/output/Perfect EQ.json" --silent
|
||||
sed -i 's/matteo/'"$USER"'/g' "$PRESETS_DIRECTORY/output/Perfect EQ.json"
|
||||
;;
|
||||
3) echo "Installing Bass Enhancing + Perfect EQ preset..."
|
||||
curl "https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/Bass%20Enhancing%20%2B%20Perfect%20EQ.json" --output "$PRESETS_DIRECTORY/output/Bass Enhancing + Perfect EQ.json" --silent
|
||||
sed -i 's/matteo/'"$USER"'/g' "$PRESETS_DIRECTORY/output/Bass Enhancing + Perfect EQ.json"
|
||||
echo "Installing Boosted preset..."
|
||||
curl "https://raw.githubusercontent.com/JackHack96/PulseEffects-Presets/master/Boosted.json" --output "$PRESETS_DIRECTORY/output/Boosted.json" --silent
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue