change copy

This commit is contained in:
ClovertaTheTrilobita 2026-01-14 02:15:27 +00:00
parent a264848969
commit de24f39ece

View file

@ -178,7 +178,7 @@ if [ "$family" = "arch" ]; then
mkdir -p ~/.config
shopt -s nullglob dotglob
echo "Copying $script_dir/.config/* to ~/.config/"
cp -a "$script_dir/.config/." ~/.config/
cp -r "$script_dir/.config/*" ~/.config/
shopt -u nullglob dotglob
echo "Do you wish to use the grub theme from https://github.com/mateosss/matter?[Y/n]"