emacs garbage

This commit is contained in:
John Doty 2022-06-13 21:59:58 -07:00
parent 94fa83bcdb
commit de3956621f

View file

@ -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")])