diff --git a/packaging/ubuntu/postinst_append b/packaging/ubuntu/postinst_append index 43b10214d..2e040b492 100755 --- a/packaging/ubuntu/postinst_append +++ b/packaging/ubuntu/postinst_append @@ -1,7 +1,7 @@ ( -sleep 10 +sleep 4 zenity --question --text="LBRY Installed\n\nRun LBRY now?" --title="LBRY Installed" --ok-label=" Yes" \ --cancel-label=" No" --icon-name="system-software-install"