From dc820652c166f43e13723bb06ee9c1b472fdd25b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 15 Mar 2026 14:45:15 +0100 Subject: [PATCH] Use the proper system reboot command Closes #5025 --- bin/omarchy-install-nordvpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-install-nordvpn b/bin/omarchy-install-nordvpn index 5811af74..7ed080d8 100755 --- a/bin/omarchy-install-nordvpn +++ b/bin/omarchy-install-nordvpn @@ -14,4 +14,4 @@ sudo usermod -aG nordvpn "$USER" echo -e "\nNordVPN installed! After reboot, run 'nordvpn login' to authenticate." echo -gum confirm "Reboot now to make NordVPN usable?" && sudo reboot now +gum confirm "Reboot now to make NordVPN usable?" && omarchy-system-reboot