diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-20 19:43:18 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-20 19:43:18 +0000 |
| commit | f830bab4ec14f3fe814962a6a2dee180149c3a6a (patch) | |
| tree | 9a7c3138c0afd2ce5423002d6d8163bbf39ea318 /.devcontainer/node.sh | |
| parent | 67c22d10e4583e29d33933e4b1b88f9d02f3da47 (diff) | |
| download | ao-coverage-f830bab4ec14f3fe814962a6a2dee180149c3a6a.tar.gz ao-coverage-f830bab4ec14f3fe814962a6a2dee180149c3a6a.tar.bz2 ao-coverage-f830bab4ec14f3fe814962a6a2dee180149c3a6a.zip | |
The Whole Barnshow Commit
- Use yarn-berry instead of npm, with Zero Install feature and goodies
- Add `initializeToken` to post unique token to logs on startup
- Package upgrades
- Fix index.html.template tests
I will never do this again
Diffstat (limited to '.devcontainer/node.sh')
| -rw-r--r-- | .devcontainer/node.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.devcontainer/node.sh b/.devcontainer/node.sh index 3422fc1..0b47058 100644 --- a/.devcontainer/node.sh +++ b/.devcontainer/node.sh @@ -81,6 +81,9 @@ check_packages apt-utils \ manpages-dev \ init-system-helpers +echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \ + && chmod 0440 /etc/sudoers.d/$USERNAME + # Install yarn if type yarn > /dev/null 2>&1; then echo "Yarn already installed." |
