Add script for installing EQ

This commit is contained in:
Manuel Thalmann 2022-11-12 14:49:04 +01:00
parent e01a94765a
commit 271646a178
4 changed files with 6 additions and 3 deletions

View file

@ -33,9 +33,7 @@ The steps described here allow the creation of a linux system on a Surface Book
- Install `logo-ls`
- Using [installer script](../scripts/PopOS/software/logo-ls.sh)
- Improve audio quality
```bash
cp ./equalizer/Default.json ~/.var/app/com.github.wwmm.easyeffects/config/easyeffects/output/
```
- Using [installer script](../scripts/PopOS/equalizer/install.sh)
- Install python
```bash

View file

@ -46,5 +46,8 @@ flatpak install flathub com.usebottles.bottles
flatpak install flathub com.mattjakeman.ExtensionManager
flatpak install flathub com.github.wwmm.easyeffects
# Install equalizer
source "$popOSRoot/equalizer/install.sh"
# Install Steam
sudo apt install steam

View file

@ -0,0 +1,2 @@
#!/bin/bash
cp ./*.json ~/.var/app/com.github.wwmm.easyeffects/config/easyeffects/output/