diff --git a/artix_scripts/destroy.sh b/artix_scripts/destroy.sh index a35bb17..d7e24e7 100755 --- a/artix_scripts/destroy.sh +++ b/artix_scripts/destroy.sh @@ -3,9 +3,9 @@ source env.sh umount -R /mnt/ -cryptsetup close $CRYPT_N lvchange -an $LVM_N/volRoot lvchange -an $LVM_N/volHome swapoff /dev/$LVM_N/volSwap lvchange -an $LVM_N/volSwap +cryptsetup close $CRYPT_N wipefs -a $DISK \ No newline at end of file