aboutsummaryrefslogtreecommitdiff
path: root/src/common-utils/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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