From 246ab566f219a176f1dbe52ed052ac0bfc7fde87 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 17 Feb 2024 18:59:13 -0700 Subject: [PATCH] xzc --- gentoo-kde.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gentoo-kde.sh b/gentoo-kde.sh index d2a407d..0e52922 100644 --- a/gentoo-kde.sh +++ b/gentoo-kde.sh @@ -67,8 +67,8 @@ MASKED_PACKAGES+=(media-video/ffmpeg net-im/element-desktop-bin games-util/game- partitionDetection() { #This is used for the installer to do script-based actions EFI=$(blkid | grep $HARD_DISK | sort | cut -d ":" -f1 | head -1 | tail -1) - SWAP=$(blkid | grep $HARD_DISK | sort | cut -d ":" -f1 | head -2 | tail -1) - BTRFS=$(blkid | grep $HARD_DISK | sort | cut -d ":" -f1 | head -3 | tail -1) + SWAP=$(blkid | grep $HARD_DISK | sort | cut -d ":" -f1 | head -3 | tail -1) + BTRFS=$(blkid | grep $HARD_DISK | sort | cut -d ":" -f1 | head -2 | tail -1) } partitionDetection create-os-snapshots() {