Update scripts/1-root-config.sh

Remove command copying files that no longer exist.
This commit is contained in:
Phillip 2024-06-07 07:49:05 +00:00
parent ec95037287
commit da52722adb

View File

@ -47,7 +47,6 @@ pacman -S --noconfirm yay ufw clamav hblock
# Move user script and associated files and change ownership to the new user # Move user script and associated files and change ownership to the new user
mkdir /home/$user/install mkdir /home/$user/install
cp /buildscripts/2-* /home/$user/install cp /buildscripts/2-* /home/$user/install
cp /userfiles/* /home/$user/install
chown -R $user:$user /home/$user/install chown -R $user:$user /home/$user/install
# Prompt the user to reboot # Prompt the user to reboot
echo "Install complete, please reboot" echo "Install complete, please reboot"