diff --git a/installer1.0.5 b/installer1.0.5 index ada7426..d6f5a06 100755 --- a/installer1.0.5 +++ b/installer1.0.5 @@ -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;