diff --git a/installer1.0.5 b/installer1.0.5 index 3fafb48..cbc1458 100755 --- a/installer1.0.5 +++ b/installer1.0.5 @@ -14,18 +14,18 @@ echo Wire-G wird installiert. if grep -i 'mint\|debian\|ubuntu\|pop|' /etc/os-release > /dev/null 2>&1 then - if ! which yad > /dev/null ; then sudo apt install yad - elif ! which notify-send > /dev/null ; then sudo apt install libnotify-bin ; fi + if ! which yad > /dev/null ; then sudo apt install yad ; fi + if ! which notify-send > /dev/null ; then sudo apt install libnotify-bin ; fi elif grep -i 'arch\|manjaro\|garuda\|endeavour|' /etc/os-release > /dev/null 2>&1 then - if ! which yad > /dev/null ; then sudo pacman -S yad - elif ! which notify-send > /dev/null ; then sudo pacman -S libnotify ; fi + if ! which yad > /dev/null ; then sudo pacman -S yad ; fi + if ! which notify-send > /dev/null ; then sudo pacman -S libnotify ; fi elif grep -i 'fedora' /etc/os-release > /dev/null 2>&1 then - if ! which yad > /dev/null ; then sudo dnf install yad - elif ! which notify-send > /dev/null ; then sudo dnf install libnotify ; fi + if ! which yad > /dev/null ; then sudo dnf install yad ; fi + if ! which notify-send > /dev/null ; then sudo dnf install libnotify ; fi elif grep -i 'suse' /etc/os-release > /dev/null 2>&1 then