about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index cf03ac4..bbf19de 100755
--- a/install.sh
+++ b/install.sh
@@ -32,6 +32,8 @@ elif [ -f /usr/bin/doas ]; then
 	privesc="doas"
 fi
 
+echo "Installing, this may take some time...."
+
 # Fedora with the terra repo (Ultramarine) has keyd packaged
 [ "$distro" = "fedora" ] && dnf info keyd -y&>> pkg.log && FEDORA_HAS_KEYD=1