diff --git a/bin/omarchy-install-nordvpn b/bin/omarchy-install-nordvpn index 426e850b..b4c373e4 100755 --- a/bin/omarchy-install-nordvpn +++ b/bin/omarchy-install-nordvpn @@ -11,10 +11,6 @@ sudo systemctl enable --now nordvpnd echo "Adding user to nordvpn group..." sudo usermod -aG nordvpn "$USER" -echo "Installing NordVPN GUI..." -omarchy-pkg-aur-add nordvpn-gui -omarchy-tui-install "NordVPN" "nordvpn-gui" float https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/nordvpn.png - echo "" echo "NordVPN installed! Please log out and back in for group changes to take effect." echo "Then run 'nordvpn login' to authenticate with your NordVPN account."