From fb8afe5ac6d6de0cdd2a695173f246a087a6fdbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= Date: Wed, 31 Mar 2021 20:40:20 +0300 Subject: [PATCH] Install script sudo fix --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index b660e650..400659eb 100755 --- a/install.sh +++ b/install.sh @@ -11,6 +11,7 @@ mvie(){ # Configuring for your username if [ ! "$username" = "yigit" ]; then + echo "Setting up the dotfiles according to your username" find . -type f -exec sed -i 's/\/home\/yigit/\/home\/$username/g' "{}" + fi