From ce79e18a38a4e6f2d2bc06121b301d9cfa9318d2 Mon Sep 17 00:00:00 2001 From: Toerd Date: Sun, 16 Sep 2018 01:23:37 +0200 Subject: [PATCH] Bugs fixed --- fresh.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fresh.sh b/fresh.sh index b6fc70e..892791f 100755 --- a/fresh.sh +++ b/fresh.sh @@ -1,5 +1,7 @@ #!/bin/bash +# TODO: count of packages depending on selected platform + scriptdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) logfile="/dev/null" @@ -135,7 +137,7 @@ download_dotfiles() { cd /home/$uname mkdir -p .dotfiles && cd .dotfiles git clone $repo . - /bin/bash install.sh + $(./install.sh) echo "Dotfiles downloaded and installed\n\n" >> $logfile } @@ -149,7 +151,7 @@ ready_steady_go() { dialog --title "WE ARE DONE" --msgbox "The installation is complete\n\n#fingerscrossed everything worked :D" 0 0 ; } - +# ACTUAL ROUTINE init startup_msg