mirror of
https://github.com/vhaudiquet/mymachine.git
synced 2025-12-19 04:26:05 +00:00
Update cp for portability
This commit is contained in:
@@ -176,7 +176,7 @@ fi
|
|||||||
|
|
||||||
# Install dotfiles, without overwriting
|
# Install dotfiles, without overwriting
|
||||||
echo "Installing dotfiles..."
|
echo "Installing dotfiles..."
|
||||||
cp -r -n ${script_dir}/dotfiles/. /home/${USERNAME}/
|
cp -r --update=none ${script_dir}/dotfiles/. /home/${USERNAME}/
|
||||||
cat ${script_dir}/dotfiles/.config/git/config | envsubst '$GIT_USER $EMAIL' >/home/${USERNAME}/.config/git/config
|
cat ${script_dir}/dotfiles/.config/git/config | envsubst '$GIT_USER $EMAIL' >/home/${USERNAME}/.config/git/config
|
||||||
|
|
||||||
# TODO: Setup GRUB theme
|
# TODO: Setup GRUB theme
|
||||||
|
|||||||
Reference in New Issue
Block a user