Update installer.sh
This commit is contained in:
parent
be6db82136
commit
6e7309b043
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ git_install(){
|
|||
|
||||
deploy_dotfiles(){
|
||||
printf "Deploying dotfiles...\n"
|
||||
su - $user -c "git clone $dotfiles && cd dotfiles && rm -rf .git README.md && cp -r .* $HOME && cd && rm -rf dotfiles"
|
||||
su - $user -c "git clone $dotfiles && cd dotfiles && rm -rf .git README.md && cp -r .* /home/$user/ && cd && rm -rf dotfiles"
|
||||
}
|
||||
|
||||
read_software(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue