Add script for installing EQ
This commit is contained in:
parent
aad0ee51cc
commit
77130ff649
4 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
scripts/PopOS/equalizer/install.sh
Normal file
2
scripts/PopOS/equalizer/install.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
cp ./*.json ~/.var/app/com.github.wwmm.easyeffects/config/easyeffects/output/
|
Loading…
Reference in a new issue