Updated links in readme & for pulling bitperfect.conf
This commit is contained in:
@@ -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."
|
||||
echo "Script completed, please reboot."
|
||||
|
||||
Reference in New Issue
Block a user