From 7d4cc63d20464d1ab3c43c86c89aa0f7e34572e5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 20 Feb 2026 22:28:14 +0100 Subject: [PATCH] Clean up and offer reboot --- bin/omarchy-install-nordvpn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/omarchy-install-nordvpn b/bin/omarchy-install-nordvpn index b4c373e4..5811af74 100755 --- a/bin/omarchy-install-nordvpn +++ b/bin/omarchy-install-nordvpn @@ -11,6 +11,7 @@ sudo systemctl enable --now nordvpnd echo "Adding user to nordvpn group..." sudo usermod -aG nordvpn "$USER" -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." +echo -e "\nNordVPN installed! After reboot, run 'nordvpn login' to authenticate." + +echo +gum confirm "Reboot now to make NordVPN usable?" && sudo reboot now