From 4695171484c3503485e88a858244574d4eae3a58 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Fri, 15 Sep 2023 01:12:20 +0900 Subject: [PATCH] Update InstallNET.sh --- Linux_reinstall/InstallNET.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Linux_reinstall/InstallNET.sh b/Linux_reinstall/InstallNET.sh index 520fdba..d257405 100644 --- a/Linux_reinstall/InstallNET.sh +++ b/Linux_reinstall/InstallNET.sh @@ -2739,6 +2739,7 @@ if [[ -z "$tmpWORD" || "$linux_relese" == 'alpinelinux' || "$targetRelese" == 'U tmpWORD='LeitboGi0ro' myPASSWORD='$6$qE9Lqgrd0QTOq46i$YMECmKvIw2SeBP4X411I0ZWmtyMsRcBi4Rxu7HYRsqdwqSApi6zjds5UJyM4HrAoBcuLBmjPyLatGydulmCDb0' else +# "-1" is MD5, "-5" is SHA256, "-6" is SHA512. MD5 is no longer secure. myPASSWORD=$(openssl passwd -6 ''$tmpWORD'') fi