From 0bba74a3cd1b19374f4d98aa3805f9abfdbbd60f Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 29 Dec 2020 19:41:33 +0000 Subject: proton-cli doesn't need sudo anymore --- net/jao-proton-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/jao-proton-utils.el b/net/jao-proton-utils.el index 2d20f5e..012a2ff 100644 --- a/net/jao-proton-utils.el +++ b/net/jao-proton-utils.el @@ -63,7 +63,7 @@ (defun jao-proton-vpn--do (things) (let ((b (pop-to-buffer (get-buffer-create jao-proton-vpn--buffer)))) (let ((inhibit-read-only t) - (cmd (format "sudo protonvpn %s" things))) + (cmd (format "protonvpn-cli %s" things))) (delete-region (point-min) (point-max)) (message "Running: %s ...." cmd) (shell-command cmd b) -- cgit v1.2.3