diff --git a/install_dotfiles.sh b/install_dotfiles.sh index 8e0c094..5203dc3 100755 --- a/install_dotfiles.sh +++ b/install_dotfiles.sh @@ -124,8 +124,8 @@ say_yellow "First we make a backup of .config" say_yellow "Wait for it ...." say_yellow "########################################################################" -sudo cp -Rf ~/.config ~/.config-backup-$(date +%Y.%m.%d-%H.%M.%S) -sudo cp -arf /etc/skel/. ~ +cp -Rf ~/.config ~/.config-backup-$(date +%Y.%m.%d-%H.%M.%S) +cp -arf /etc/skel/. ~ say_yellow "##############################################################" say_yellow "################### $(basename $0) done"