diff --git a/install b/install index 7e7902b..f88dbbd 100755 --- a/install +++ b/install @@ -31,7 +31,7 @@ elif grep -i 'fedora' /etc/os-release > /dev/null 2>&1 then echo $"Wire-G is installed..." mkdir -p /home/"$USER"/.icons ; cp icons/* /home/"$USER"/.icons/ ; mkdir -p /home/"$USER"/.config/wg_nmcli - if ! which yad > /dev/null ; then sudo dnf install yad > /dev/null 2>&1 ; echo yad wird installiert. Bitte warten... ; fi + if ! which yad 2>&1 /dev/null ; then sudo dnf install yad -y > /dev/null 2>&1 ; echo yad wird installiert. Bitte warten... ; fi elif grep -i 'suse' /etc/os-release > /dev/null 2>&1 then