MPD-Player icon indicating copy to clipboard operation
MPD-Player copied to clipboard

MPD Player 2/3/Zeus - Use at OWN RISK

Results 1 MPD-Player issues
Sort by recently updated
recently updated
newest added

```shell #!/bin/bash ubuntu_version=$(lsb_release -rs) if [[ $ubuntu_version != "18.04" && $ubuntu_version != "20.04" && $ubuntu_version != "22.04" ]]; then echo "Error: This script is only supported on Ubuntu 18.04 and...