From de24f39ecea2a97e6bb58a1acd898ee75cd6838a Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Wed, 14 Jan 2026 02:15:27 +0000 Subject: [PATCH] change copy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 425907e..77dd52e 100755 --- a/install.sh +++ b/install.sh @@ -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]"