diff --git a/fresh.sh b/fresh.sh index d876648..b6fc70e 100755 --- a/fresh.sh +++ b/fresh.sh @@ -135,7 +135,8 @@ download_dotfiles() { cd /home/$uname mkdir -p .dotfiles && cd .dotfiles git clone $repo . - echo "Dotfiles downloaded\n\n" >> $logfile + /bin/bash install.sh + echo "Dotfiles downloaded and installed\n\n" >> $logfile } no_beep() {