commit 8e0e1ec99532fdaa581adee3cd7f0622df329bba
parent e4f6d138607880bcc63c555b4041d8fba481547b
Author: awy <awy@awy.one>
Date: Wed, 30 Oct 2024 01:08:02 +0300
upload
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/install.sh b/install.sh
@@ -52,8 +52,10 @@ customKernel(){
getUserData(){
read -srp "Enter root password: " rootpass
+ echo
read -rp "Enter username: " username
read -srp "Enter password for $username: " userpass
+ echo
read -rp "Enter hostname: " hostname
read -rp "Do you want default linux-zen kernel or custom one?\nType 1 for default and 2 for custom:" _kernelflag
read -rp "Enter disk label (e.g. sda, nvme0n1p <- p is mandatory in nvme case):" disk_drive
@@ -65,6 +67,7 @@ getUserData(){
title
getUserData
+diskpart
if [ "$_kernelflag" -eq 1 ]; then
zenKernel