shrug
This commit is contained in:
parent
ba575a2038
commit
76a4600814
1 changed files with 2 additions and 14 deletions
16
install.sh
16
install.sh
|
|
@ -10,22 +10,10 @@ cd $MY_PATH
|
||||||
# Run the basic setup.
|
# Run the basic setup.
|
||||||
python3 "./setup.py"
|
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
|
# # 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.
|
# # coder.com instances, so. Add packages that I want in my coder image.
|
||||||
# sudo apt-get update
|
sudo apt update
|
||||||
# sudo apt-get install -y java-1.8.0-amazon-corretto-jdk
|
sudo apt install -y wget fish java-common
|
||||||
|
|
||||||
# NOTE: THIS NEEDS TO BE INSTALLED IN THE BASE IMAGE OR CLANG DON'T RUN
|
|
||||||
# sudo apt-get install -y libtinfo5
|
|
||||||
|
|
||||||
# Change my shell to fish.
|
# Change my shell to fish.
|
||||||
sudo chsh -s /usr/bin/fish $USER
|
sudo chsh -s /usr/bin/fish $USER
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue