Browse Source

Install script sudo fix

main
Yiğit Çolakoğlu 4 years ago
parent
commit
fb8afe5ac6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      install.sh

+ 1
- 0
install.sh View File

@ -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


Loading…
Cancel
Save