Fix install.sh to work when piped via curl | bash

This commit is contained in:
eduard256
2026-04-16 18:58:44 +00:00
parent e675ec4b05
commit 7748002ae7
+1 -1
View File
@@ -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() {