diff --git a/gentoostrap.sh b/gentoostrap.sh index 63f2746..03afeed 100755 --- a/gentoostrap.sh +++ b/gentoostrap.sh @@ -170,8 +170,6 @@ build-gentoo-chroot() { eselect profile list \ | grep -ie 'stable' \ | grep -ie "$profile" \ - | sort \ - | uniq \ | head -n 1 \ | grep -oP '\[\K[^\]]+' ) || error "Error finding profile: $profile" 51