From 2f5a125a632e79998b824bfec83014d7b8d554d4 Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 1 Jul 2022 09:04:20 -0400 Subject: [PATCH] Don't need to manually install emacs no more --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 16ae572..dd504c2 100755 --- a/install.sh +++ b/install.sh @@ -12,9 +12,8 @@ python3 "./setup.py" # OK this stuff here is better in bash, and also is specific to setting up # coder.com instances, so. Add packages that I want in my coder image. -sudo add-apt-repository ppa:kelleyk/emacs -y sudo apt-get update -sudo apt-get install -y fish emacs-nox tmux gh +sudo apt-get install -y fish tmux gh # NOTE: THIS NEEDS TO BE INSTALLED IN THE BASE IMAGE OR CLANG DON'T RUN sudo apt-get install -y libtinfo5