Skip to content

Commit

Permalink
Clarify continue anyway statement
Browse files Browse the repository at this point in the history
  • Loading branch information
houbsta authored Nov 23, 2023
1 parent 0ebf5de commit 3dbb2a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/setup_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if (( $(echo "${APT_MAJOR}.${APT_MINOR} < 2.2" | bc -l) )); then
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 "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
case $yn in
Yes )
Expand Down

0 comments on commit 3dbb2a5

Please sign in to comment.