mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Run wipefs when doing a clean install
This commit is contained in:
@@ -74,6 +74,7 @@ if [ "$boot" == 1 ]; then
|
||||
# gpt/uefi partitioning
|
||||
if [ "$wipe" == y ]; then
|
||||
partitions=0
|
||||
wipefs --all --force "$disk0"
|
||||
echo "g
|
||||
n
|
||||
1
|
||||
|
||||
Reference in New Issue
Block a user