diff --git a/fedora_post_install.sh b/fedora_post_install.sh index 327c0b6..d4b3b1b 100644 --- a/fedora_post_install.sh +++ b/fedora_post_install.sh @@ -139,7 +139,7 @@ systemctl enable --now flatpak-update.timer &> /dev/null ###or simply delete the file created below if you don't care about resampling echo "Adding bitperfect audio support" 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 +curl https://hvad.nu/Siim/Fedora-post-install-script/raw/branch/main/10-bitperfect.conf > $HOME/.config/pipewire/pipewire.conf.d/10-bitperfect.conf ###All done echo "Script completed, please reboot."