From 01ed619e903e04f28a62cad04119c0761006b54a Mon Sep 17 00:00:00 2001 From: punix Date: Mon, 20 Nov 2023 12:34:48 +0100 Subject: [PATCH] installer fix --- installer1.0.5 | 14 -------------- 1 file changed, 14 deletions(-) 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;