mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Fixes.
This commit is contained in:
parent
77cd5df627
commit
e27dce21fa
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ done
|
|||
read -r -p "This will delete the current partition table on $DISK. Do you agree [y/N]? " response
|
||||
response=${response,,}
|
||||
if [[ "$response" =~ ^(yes|y)$ ]]; then
|
||||
print "Wiping $DISK"
|
||||
print "Wiping $DISK."
|
||||
wipefs -af "$DISK" &>/dev/null
|
||||
sgdisk -Zo "$DISK" &>/dev/null
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue