From f0f41d73e256308892a87363eae70031850d04ad Mon Sep 17 00:00:00 2001 From: Toerd Date: Sun, 16 Sep 2018 00:46:03 +0200 Subject: [PATCH] Bugs fixed --- fresh.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fresh.sh b/fresh.sh index 7d95cfe..d876648 100755 --- a/fresh.sh +++ b/fresh.sh @@ -70,10 +70,11 @@ install_pacman() { install_aur() { asd=$((asd+1)) + echo "Entered installationloop\n\n" >> $logfile dialog --title "AUR packages" --infobox "AUR Package $asd/$as\n\nInstalling: $1\n\n> $2 <" 0 0 # is package already installed? grep "^$1$" <<< "$aur_already_installed" && return - sudo -u $uname $aurhelper -S --noconfirm "$1" $>> $logfile + sudo -u $uname $aurhelper -S --noconfirm "$1" &>> $logfile } install_manual() { @@ -144,7 +145,7 @@ no_beep() { } ready_steady_go() { - dialog --title "WE ARE DONE" --infobox "The installation is complete\n\n#fingerscrossed everything worked :D" 0 0 ; + dialog --title "WE ARE DONE" --msgbox "The installation is complete\n\n#fingerscrossed everything worked :D" 0 0 ; }