diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
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 |