Skip to content

Commit

Permalink
better wording
Browse files Browse the repository at this point in the history
Co-authored-by: ann0see <[email protected]>
  • Loading branch information
houbsta and ann0see authored Nov 18, 2023
1 parent 043e841 commit 2e6b7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/setup_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
fi;

if (( $(echo "${APT_MAJOR}.${APT_MINOR} < 2.4" | bc -l) )); then
echo "Apt version incompatible. Cannot install repository, but you can use the .deb package to manually install."
echo "Your apt version is incompatible. You cannot install this repository. Please update your OS or use the .deb package from the Website to manually install Jamulus."
exit 1
fi;

Expand Down

0 comments on commit 2e6b7c9

Please sign in to comment.