From 7748002ae7903feb6c46811853ab1e1c66269714 Mon Sep 17 00:00:00 2001 From: eduard256 Date: Thu, 16 Apr 2026 18:58:44 +0000 Subject: [PATCH] Fix install.sh to work when piped via curl | bash --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5dc9718..1a72c09 100755 --- a/install.sh +++ b/install.sh @@ -463,7 +463,7 @@ launch_navigator() { # --------------------------------------------------------------------------- # Main # --------------------------------------------------------------------------- -if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then +if [[ "${BASH_SOURCE[0]}" == "${0}" ]] || [[ -z "${BASH_SOURCE[0]}" ]]; then _OWL_RUNNING=true _owl_cleanup() {