From ae1889f32f4a34ca8a04adeb6c2e2d5e082364b1 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Tue, 2 Jul 2024 16:42:24 -0400 Subject: [PATCH] Update expert post-step for genfstab --- linuxmint-postsetup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linuxmint-postsetup.sh b/linuxmint-postsetup.sh index b56cf47..16a9a97 100755 --- a/linuxmint-postsetup.sh +++ b/linuxmint-postsetup.sh @@ -138,13 +138,13 @@ function expert_step() { ${cmd} apt install -y arch-install-scripts if [[ "$DEBUG" ]]; then - echo "genfstab -U /target >> /target/etc/fstab" + echo "genfstab -U /target > /target/etc/fstab" echo "==== genfstab result : begin ====" genfstab -U /target echo "==== genfstab result : end ====" echo else - genfstab -U /target >> /target/etc/fstab + genfstab -U /target > /target/etc/fstab fi if [[ "$SWAP" ]]; then