1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 07:04:42 -04:00

Add lsblk command

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-30 23:46:05 -07:00
parent cd0939fa64
commit 2ea12a051a
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -81,6 +81,7 @@ luks_password_prompt () {
}
disk_prompt (){
lsblk
output 'Please select the number of the corresponding disk (e.g. 1):'
select entry in $(lsblk -dpnoNAME|grep -P "/dev/sd|nvme|vd");
do