fix installer for fedora

This commit is contained in:
Désiré Werner Menrath 2023-11-26 10:10:19 +01:00
parent e32ad84e9b
commit 0928aab687

View File

@ -31,7 +31,7 @@ elif grep -i 'fedora' /etc/os-release > /dev/null 2>&1
then then
echo $"Wire-G is installed..." echo $"Wire-G is installed..."
mkdir -p /home/"$USER"/.icons ; cp icons/* /home/"$USER"/.icons/ ; mkdir -p /home/"$USER"/.config/wg_nmcli 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 elif grep -i 'suse' /etc/os-release > /dev/null 2>&1
then then