From c26308bdad5467430019c999555cdb9bcc62cdd0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 17 Feb 2024 22:31:12 -0700 Subject: [PATCH] f --- gentoo-kde.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-kde.sh b/gentoo-kde.sh index 4732696..46a9f8b 100644 --- a/gentoo-kde.sh +++ b/gentoo-kde.sh @@ -429,7 +429,7 @@ accounts() { echo "Setting ROOT Password:" echo "root:$ROOT_PASSWORD" | chpasswd /usr/bin/hostnamectl set-hostname $ROOT_NAME - chown -R $USER:$USER $TARGET/home/$USER + chown -R $USER:$USER /home/$USER } btrfs-tweaks() {