forked from LBRYCommunity/lbry-sdk
run lbry instructions in bg
This commit is contained in:
parent
b6220e985a
commit
4c81906b50
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
(
|
||||||
|
|
||||||
|
sleep 10
|
||||||
|
|
||||||
zenity --question --text="<span size=\"xx-large\">LBRY Installed</span>\n\nRun LBRY now?" --title="LBRY Installed" --ok-label=" Yes" \
|
zenity --question --text="<span size=\"xx-large\">LBRY Installed</span>\n\nRun LBRY now?" --title="LBRY Installed" --ok-label=" Yes" \
|
||||||
--cancel-label=" No" --icon-name="system-software-install"
|
--cancel-label=" No" --icon-name="system-software-install"
|
||||||
|
|
||||||
|
@ -20,3 +24,5 @@ lbry://lbry
|
||||||
|
|
||||||
in your browser." --title="LBRY Installed" --icon-name="system-software-install"
|
in your browser." --title="LBRY Installed" --icon-name="system-software-install"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
) &
|
||||||
|
|
Loading…
Add table
Reference in a new issue