Update cloudfare-warp enrollment command

warp-cli teams-enroll-token is no longer available on this version of the cli and it has been replaced for warp-cli --accept-tos registration token
This commit is contained in:
Julio Gutierrez
2024-11-06 12:07:49 -06:00
committed by GitHub
parent 4aa36568d4
commit c20ff9b2dc
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
categories = [ "Utility" "Security" "ConsoleOnly" ];
noDisplay = true;
mimeTypes = [ "x-scheme-handler/com.cloudflare.warp" ];
exec = "warp-cli teams-enroll-token %u";
exec = "warp-cli --accept-tos registration token %u";
startupNotify = false;
terminal = true;
})