The nordvpn gui is just too heavy with too many dependencies

This commit is contained in:
David Heinemeier Hansson
2026-02-20 22:25:58 +01:00
parent c644408b51
commit 79fb802e34
-4
View File
@@ -11,10 +11,6 @@ sudo systemctl enable --now nordvpnd
echo "Adding user to nordvpn group..." echo "Adding user to nordvpn group..."
sudo usermod -aG nordvpn "$USER" 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 ""
echo "NordVPN installed! Please log out and back in for group changes to take effect." 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." echo "Then run 'nordvpn login' to authenticate with your NordVPN account."