From 8408a45eff9f0445cafbf9c32eb824eb0d546dff Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Sat, 27 Jul 2024 14:56:37 +0200 Subject: update dependencies --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index e6fe44e9..d60d9a8b 100644 --- a/install.sh +++ b/install.sh @@ -123,7 +123,7 @@ install_base() { gen_random_string() { local length="$1" - local random_string=$(LC_ALL=C tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w "$length" | head -n 1) + local random_string=$(LC_ALL=C tr -dc 'a-zA-Z0-9'