From 0fc0024f4ea903064bcd6d1cf201346c78fc8126 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Tue, 12 Mar 2019 21:33:47 +0700 Subject: [PATCH] Add the issue tracker URL --- script | 1 + 1 file changed, 1 insertion(+) diff --git a/script b/script index 01d8cac..ac7ea17 100755 --- a/script +++ b/script @@ -119,6 +119,7 @@ set -e [ "\$#" -gt 1 ] || echo "Welcome to Nix-on-Droid!" [ "\$#" -gt 1 ] || echo "If nothing works, use the rescue shell and read $INST/bin/.login-inner" +[ "\$#" -gt 1 ] || echo "If it does not help, report bugs at https://github.com/t184256/nix-on-droid-bootstrap/issues" export USER="\$1" export HOME="/data/data/com.termux.nix/files/home"