fix installer for fedora
This commit is contained in:
parent
e32ad84e9b
commit
0928aab687
2
install
2
install
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user