about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeirdTreeThing <bradyn127@protonmail.com>2024-07-30 21:42:38 -0400
committerWeirdTreeThing <bradyn127@protonmail.com>2024-07-30 21:42:38 -0400
commit3e3c31c227b3b91572ce4a2591281d16a9753f33 (patch)
treeb662aa4c7fb4cf896364616535e42bada23af1c2
parent5f56dd60b256061a036e5f5b494da570a299cdee (diff)
Add installing message
-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