diff --git a/README.md b/README.md index ca52144..1e09abe 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It currently contains: 2. **Perfect EQ** This preset only enables [Ziyad Nazem's __"Perfect EQ"__](https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq) - + 3. **Boosted** This preset is based on [Ziyad Nazem's __"Boosted"__](https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq) equalizer settings, which especially enhance lower frequencies diff --git a/install.sh b/install.sh index 647eb89..2175503 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ check_installation() { PRESETS_DIRECTORY="$HOME/.config/easyeffects" else echo "Error! Couldn't find EasyEffects presets directory!" - exit 1 + exit 1 fi mkdir -p $PRESETS_DIRECTORY }