update customize env script to install code-server

I just want to install extensions from Open VSX btw.

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-08-10 14:03:31 +00:00
parent d95dfa7fc8
commit 2762303471
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
1 changed files with 4 additions and 1 deletions

View File

@ -19,4 +19,7 @@ apt-get install vault gh terraform -y
apt-get install -t buster-backports git -y
# https://unix.stackexchange.com/questions/12702/no-manual-page-for-regex-in-section-3-where-is-it#12705
#apt install manpages manpages-dev manpages-posix manpages-posix-dev -y
#apt install manpages manpages-dev manpages-posix manpages-posix-dev -y
# btw we need code-server, because Cloud Code sucks.
curl -fsSL https://code-server.dev/install.sh | sh