From 6ab0d81bd7c0c898af4098990ba65b7ebe252657 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 7 Nov 2022 15:05:46 +0000 Subject: [PATCH] Tweak up the install script --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4b22462..9c31083 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ sudo python3 "./unminimize.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 apt update -sudo apt install -y wget fish java-common atop +sudo apt install -y wget fish java-common atop htop # Change my shell to fish. sudo chsh -s /usr/bin/fish $USER @@ -30,7 +30,7 @@ git config --global include.path .gitconfig.shared # Install local rust so I have rustfmt at the very least. # (This should be in the image I think.) -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y +# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y # Install bazelisk # wget https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-amd64