From de3956621fa44893fe67880df85f8faf91fc6d18 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 13 Jun 2022 21:59:58 -0700 Subject: [PATCH] emacs garbage --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e270a94..4ab2c8f 100644 --- a/setup.py +++ b/setup.py @@ -106,6 +106,7 @@ if os.getenv("LOCALAPPDATA") is not None: # Check to set the shell to fish, if we need to if os.getenv("CODER_WORKSPACE_ID"): + subprocess.run(["sudo", "add-apt-repository", "ppa:kelleyk/emacs", "-y"]) subprocess.run(["sudo", "apt-get", "update"]) - subprocess.run(["sudo", "apt-get", "install", "-y", "fish"]) + subprocess.run(["sudo", "apt-get", "install", "-y", "fish", "emacs27-nox"]) subprocess.run(["sudo", "chsh", "-s", "/usr/bin/fish", os.getenv("USER")])