mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
edit text regarding the "required" nature of JACK during installation process
This commit is contained in:
parent
09ed9c44e7
commit
e2466621bc
1 changed files with 4 additions and 1 deletions
|
|
@ -657,7 +657,10 @@ elif which jackdbus > /dev/null; then
|
||||||
JACK_INSTALLED="i"
|
JACK_INSTALLED="i"
|
||||||
else
|
else
|
||||||
echo ""
|
echo ""
|
||||||
echo "The program Jack is missing from this system. Jack is a required component of $PGM_NAME."
|
echo "The program Jack is missing from this system."
|
||||||
|
echo ""
|
||||||
|
echo "Jack is a very useful utility to allow you to interconnect $PGM_NAME and other audio/MIDI applications."
|
||||||
|
echo "You can use $PGM_NAME without it, but you may find it useful to have around."
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
ANSWER=$(VaildateYesNoQuestion "Install jack using system software repository?")
|
ANSWER=$(VaildateYesNoQuestion "Install jack using system software repository?")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue