diff --git a/scripts/1-root-config.sh b/scripts/1-root-config.sh index f9652e1..269e648 100644 --- a/scripts/1-root-config.sh +++ b/scripts/1-root-config.sh @@ -47,7 +47,6 @@ pacman -S --noconfirm yay ufw clamav hblock # Move user script and associated files and change ownership to the new user mkdir /home/$user/install cp /buildscripts/2-* /home/$user/install -cp /userfiles/* /home/$user/install chown -R $user:$user /home/$user/install # Prompt the user to reboot echo "Install complete, please reboot"