aboutsummaryrefslogtreecommitdiff
path: root/src/git/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver (#354)Samruddhi Khandale2022-12-211-18/+1
| | | | | * Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver * Fix ruby tests
* Git - Bug Fix: Feature fails with "ppa:false" for "buster" & "bullseye" (#340)Samruddhi Khandale2022-12-171-2/+2
|
* Git - Bug Fix: Feature fails with "ppa:false" for bionic & jammy (#339)Samruddhi Khandale2022-12-171-1/+9
|
* Git: Build from source with USE_LIBPCRE (#331)Samruddhi Khandale2022-12-141-1/+3
|
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-111-4/+15
| | | | | * remove apt lists * bump versions
* git : Remove misleading variables (#146)Samruddhi Khandale2022-09-091-2/+2
| | | | | | | | | * remove misleading ppa value * add test * nit * bump version
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-231-9/+4
| | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
* Port changes and set executable bitJosh Spicer2022-07-291-0/+0
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* Pass options via environment variables (#39)Josh Spicer2022-06-031-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * up to docker-in-docker converted * first pass at the rest of the features (and bash linting and updated CLI * move shell linter to own file * rename feature.json -> devcontainer-feature.json * continue on error * continue on error in right spot * formatting * fix AZ_VERSION * update python * restore variable name * update linter actions, fix dind/dfd/desktop scripts, add test-scenaerios * add tree because I like tree * glob for shell linter * fix test-scenarios * shell linter * more shell helper
* restructure and update cli (#11)Josh Spicer2022-05-121-0/+153
* restructure and update cli * typo