From ac80f4aa120d52707ec6f792320e5abc4d60d8e6 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 18 Mar 2021 21:09:00 -0400 Subject: [PATCH] Temporary disable package install func --- modules/core.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/core.org b/modules/core.org index a1fad78..89e1d27 100644 --- a/modules/core.org +++ b/modules/core.org @@ -91,9 +91,10 @@ Define a method to install system packages on *Debian/Ubuntu* derived systems. #+begin_src emacs-lisp (defun dotfiles/install (pkgs) "Install system packages on Debian/Ubuntu systems." - (with-temp-buffer - (async-shell-command - (concat "sudo apt install -y --no-install-recommends " pkgs)))) + ;; (with-temp-buffer + ;; (async-shell-command + ;; (concat "sudo apt install -y --no-install-recommends " pkgs))) +) #+end_src ** Tangle directory