Bugs fixed
This commit is contained in:
parent
ef2366138c
commit
f0f41d73e2
5
fresh.sh
5
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 ;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user