mirror of
https://github.com/ClovertaTheTrilobita/niri-dots.git
synced 2026-04-01 22:04:53 +00:00
change copy
This commit is contained in:
parent
a264848969
commit
de24f39ece
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ if [ "$family" = "arch" ]; then
|
||||||
mkdir -p ~/.config
|
mkdir -p ~/.config
|
||||||
shopt -s nullglob dotglob
|
shopt -s nullglob dotglob
|
||||||
echo "Copying $script_dir/.config/* to ~/.config/"
|
echo "Copying $script_dir/.config/* to ~/.config/"
|
||||||
cp -a "$script_dir/.config/." ~/.config/
|
cp -r "$script_dir/.config/*" ~/.config/
|
||||||
shopt -u nullglob dotglob
|
shopt -u nullglob dotglob
|
||||||
|
|
||||||
echo "Do you wish to use the grub theme from https://github.com/mateosss/matter?[Y/n]"
|
echo "Do you wish to use the grub theme from https://github.com/mateosss/matter?[Y/n]"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue