aboutsummaryrefslogtreecommitdiff
path: root/src/common-utils/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add .NET 7, drop .NET 5 (#269)Chuck Lantz2022-11-141-1/+6
| | | | | | | | | | | | | | | | | | | | | * Add .NET 7, drop .NET 5 * Add libssl3 to common-utils for jammy * Handle lts/latest hard coding * Fix, improve tests * Bump version * Fix situation where version could come from either MS repo or OS * Remove unused option * Bump common version * Remove unused function * Restore DOTNET_ROOT per feedback
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-111-2/+10
| | | | | * remove apt lists * bump versions
* Common-utils: Fix bug - optional first run image specific notice (#201)Samruddhi Khandale2022-10-061-7/+5
| | | | | | | | | * add DEV_CONTAINERS_DIR as containerEnv * fix path * update test * remove containerEnv
* add bzip2 to common-utils (former ↵Lucas Fernando Nunes2022-09-081-0/+1
| | | | | | | https://github.com/microsoft/vscode-dev-containers/pull/1586) (#142) * add bzip2 * bump version
* fix bug - Debian / Ubuntu base conda-notice.txt error (#135)Samruddhi Khandale2022-09-061-18/+0
| | | | | | | * fix bug * move config * fix tests
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-231-11/+6
| | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
* Options: Follow camelCase (#89)Samruddhi Khandale2022-08-111-6/+6
| | | rename Options
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-051-0/+474
* Renaming feature: 'common' to 'common-utils' * removing duplicate tests