Skip to content

Commit

Permalink
Correct wording
Browse files Browse the repository at this point in the history
As per suggestion
  • Loading branch information
houbsta authored Dec 1, 2023
1 parent 13eb306 commit ef5208e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions linux/setup_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ else
fi

if [[ ${APT_MAJOR} -lt 2 || ( ${APT_MAJOR} -eq 2 && ${APT_MINOR} -lt 2 ) ]]; then
echo "Your apt version is incompatible. You may not be able install this repository. "
echo "See: https://github.com/orgs/jamulussoftware/discussions/3180"
echo "This repository is not compatible with your apt version."
echo "You can install Jamulus manually using the .deb package from "
echo "https://github.com/jamulussoftware/jamulus/releases or update your OS."
echo "For more information see: https://github.com/orgs/jamulussoftware/discussions/3180"
echo "Also of interest: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1950095"
echo "Please update your OS or use the .deb package from the Website to manually install Jamulus."
echo
echo "Do you wish to attempt to install the repository anyway?"
echo "(not recommended, as you might need to fix your apt configuration)"
select yn in "Yes" "No"; do
Expand Down

0 comments on commit ef5208e

Please sign in to comment.