From 76a4600814486e98a53b327ce7a8024447a3fa00 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 24 Jul 2022 20:10:12 -0700 Subject: [PATCH] shrug --- install.sh | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/install.sh b/install.sh index 08f68f0..10dd03c 100755 --- a/install.sh +++ b/install.sh @@ -10,22 +10,10 @@ cd $MY_PATH # Run the basic setup. python3 "./setup.py" -# WTF -sudo apt update -sudo apt install -y wget fish java-common - -# Temporary until we get java in the image or java in the WORKSPACE -# wget -O- https://apt.corretto.aws/corretto.key | sudo apt-key add - -# sudo add-apt-repository 'deb https://apt.corretto.aws stable main' - - # # 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 apt-get update -# sudo apt-get install -y java-1.8.0-amazon-corretto-jdk - -# NOTE: THIS NEEDS TO BE INSTALLED IN THE BASE IMAGE OR CLANG DON'T RUN -# sudo apt-get install -y libtinfo5 +sudo apt update +sudo apt install -y wget fish java-common # Change my shell to fish. sudo chsh -s /usr/bin/fish $USER