From c6df64398e9a71e04aca5703d7ba4f5fe1af3697 Mon Sep 17 00:00:00 2001 From: Siim Date: Sun, 26 Apr 2026 10:14:06 +0200 Subject: [PATCH] Updated links in readme & for pulling bitperfect.conf --- README.md | 4 ++-- fedora_post_install.sh | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8075f12..e433db4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ Just a faster way to speedrun the good parts of [this guide](https://github.com/ ### 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: ```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. \ No newline at end of file +Trust me bro. diff --git a/fedora_post_install.sh b/fedora_post_install.sh index 7ff19f1..7f0d0eb 100644 --- a/fedora_post_install.sh +++ b/fedora_post_install.sh @@ -14,7 +14,7 @@ function yes_or_no { while true; do read -p "$* [y/n]: " yn case $yn in - [Yy]*) return 0 ;; + [Yy]*) return 0 ;; [Nn]*) echo "Aborted" ; return 1 ;; esac done @@ -155,10 +155,10 @@ function bitperfect_audio { ###44100, 48000, 88200, 96000, 176400, 192000 ###Please adjust according to the capabilities of your hardware ###or simply delete the file created below if you don't care about resampling - mkdir -p ~/.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 + mkdir -p $HOME/.config/pipewire/pipewire.conf.d + 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 || ###All done -echo "Script completed, please reboot." \ No newline at end of file +echo "Script completed, please reboot." -- 2.47.3