From 1839b8d4cdcde3f63efffa52e89be71fb20934d1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Feb 2024 15:41:10 -0700 Subject: [PATCH] sasds --- gentoo-kde.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-kde.sh b/gentoo-kde.sh index f354af4..9f6fea3 100644 --- a/gentoo-kde.sh +++ b/gentoo-kde.sh @@ -62,7 +62,7 @@ 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) - BTRFS=$(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) } partitionDetection create-os-snapshots() {