From 3503909f34a2cf27ecde29174b5d90fca8f82c4a Mon Sep 17 00:00:00 2001 From: gibbyb Date: Fri, 21 Jun 2024 18:49:43 -0500 Subject: [PATCH] Fix some errors --- sources/dotfiles.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/dotfiles.sh b/sources/dotfiles.sh index 1440cb5..82fed22 100644 --- a/sources/dotfiles.sh +++ b/sources/dotfiles.sh @@ -30,5 +30,5 @@ ln -s ~/Documents/Configs/ranger ~/.config/ranger # Copy any additional files such as Wallpapers, # Icons, .desktop files, & Nautilus Extensions -cp -r ~/.local/share/sunhat/config/copy/home/. ~/ -cp -r ~/.local/share/sunhat/config/copy/root/. / +cp -r ~/.local/share/sunhat/configs/copy/home/. ~/ +sudo cp -r ~/.local/share/sunhat/configs/copy/root/. /