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 ; }