Updated links in readme & for pulling bitperfect.conf

This commit is contained in:
2026-04-26 10:14:06 +02:00
parent 2cecafd956
commit c6df64398e
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ Just a faster way to speedrun the good parts of [this guide](https://github.com/
### YOLO Speedrun this ### YOLO Speedrun this
Are you a busy professional with no time to waste or just a lazy bugger who trusts everything on the Internet? Can't be bothered to save the script manually, make it executable and run it? Don't worry, I've got you covered. Simply copy and paste the following command into your console: Are you a busy professional with no time to waste or just a lazy bugger who trusts everything on the Internet? Can't be bothered to save the script manually, make it executable and run it? Don't worry, I've got you covered. Simply copy and paste the following command into your console:
```shell ```shell
curl "https://www.lolnope.dk/post.sh" -s | bash curl "https://karf.net/Siim/Fedora-post-install-script/raw/branch/main/fedora_post_install.sh" -s | bash
``` ```
Trust me bro. Trust me bro.
+2 -2
View File
@@ -155,8 +155,8 @@ function bitperfect_audio {
###44100, 48000, 88200, 96000, 176400, 192000 ###44100, 48000, 88200, 96000, 176400, 192000
###Please adjust according to the capabilities of your hardware ###Please adjust according to the capabilities of your hardware
###or simply delete the file created below if you don't care about resampling ###or simply delete the file created below if you don't care about resampling
mkdir -p ~/.config/pipewire/pipewire.conf.d mkdir -p $HOME/.config/pipewire/pipewire.conf.d
curl https://git.zfx.dk/Siim/Fedora-post-install-script/raw/branch/main/10-bitperfect.conf > ~/.config/pipewire/pipewire.conf.d/10-bitperfect.conf curl https://karf.net/Siim/Fedora-post-install-script/raw/branch/main/10-bitperfect.conf > $HOME/.config/pipewire/pipewire.conf.d/10-bitperfect.conf
} }
yes_or_no "Would you like to add support for high-res audio?" && bitperfect_audio || yes_or_no "Would you like to add support for high-res audio?" && bitperfect_audio ||