From da52722adb17f34296f3672e950d4bcbef222783 Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 7 Jun 2024 07:49:05 +0000 Subject: [PATCH] Update scripts/1-root-config.sh Remove command copying files that no longer exist. --- scripts/1-root-config.sh | 1 - 1 file changed, 1 deletion(-) 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"