installer fix
This commit is contained in:
parent
31028c539f
commit
01ed619e90
@ -67,20 +67,6 @@ if [ ! -d /home/"$USER"/.local/share ]
|
||||
cp -r wg_nmcli /home/"$USER"/.local/share/
|
||||
fi
|
||||
|
||||
if [ -d /home/"$USER"/.config/autostart ] # for GNOME, XFCE, KDE, Budgie
|
||||
then
|
||||
cp .wgonstart.desktop /home/"$USER"/.config/autostart/
|
||||
|
||||
fi
|
||||
|
||||
elif [ -d /home/"$USER"/.config/lxsession/Lubuntu/autostart ] # for LXDE
|
||||
then
|
||||
cp .wgonstart.desktop /home/"$USER"/.config/lxsession/Lubuntu/autostart/
|
||||
|
||||
else
|
||||
echo Autostartdir not found!
|
||||
fi
|
||||
|
||||
wait;
|
||||
sudo mkdir -p /usr/share/icons/Arch-Symbole ; sudo cp icons/wg-vpn.png /usr/share/icons/Arch-Symbole/
|
||||
wait;
|
||||
|
Loading…
x
Reference in New Issue
Block a user