From 444d3a23293848eb493a622014e1c3867183d31e Mon Sep 17 00:00:00 2001 From: Toerd Date: Sun, 16 Sep 2018 00:52:35 +0200 Subject: [PATCH] Bugs fixed --- fresh.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {