aboutsummaryrefslogtreecommitdiff
path: root/src/hugo/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use _REMOTE_USER when available (#264)Chuck Lantz2022-11-291-4/+4
| | | | | | | | | | | | | | | | | | * Use _REMOTE_USER when available * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Fix java test issue - JDK 18 not available for the "open" distro * Bump breakfix numbers Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* (GH-198) Add `extended` option to hugo feature (#240)Mikey Lombardi (He/Him)2022-11-151-1/+8
| | | | | | | | | | | | Prior to this change, the hugo feature only supported specifying the version of Hugo to install. Hugo is available in two builds: standard, which the feature already installs, and extended, which includes functionality for post-processing CSS/SCSS/SASS and JavaScript. This change adds a new `extended` option to the hugo feature, allowing users to specify that they require the extended build of Hugo. It defaults to `false` and installs the standard build of Hugo. - Resolves #198
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-111-2/+10
| | | | | * remove apt lists * bump versions
* Fix bug - Python: Error installing os-provided python (#112)Samruddhi Khandale2022-08-231-1/+1
| | | | | * python: fix bug * bump versions
* 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.
* Fix permissions: add username:user_group (#50)Samruddhi Khandale2022-06-151-1/+1
| | | | | | | | | * add username:user_group * fix remaining permissions * add * * remove *
* add missing user groups to fix permission issues for non root user (#45)Samruddhi Khandale2022-06-131-0/+9
| | | | | | | * add missing user groups * fix username * move chmod: anaconda
* Pass options via environment variables (#39)Josh Spicer2022-06-031-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Revert "fix username when automatic: hugo and anaconda (#31)" (#35)Samruddhi Khandale2022-05-311-5/+3
| | | This reverts commit e496022c568e9f6f42b41cda37f8d2e929eb3564.
* fix username when automatic: hugo and anaconda (#31)Samruddhi Khandale2022-05-271-3/+5
| | | fix username when automatic
* updates to conda,gradle,hugo (#24)Josh Spicer2022-05-261-1/+2
|
* restructure and update cli (#11)Josh Spicer2022-05-121-0/+113
* restructure and update cli * typo