From f830bab4ec14f3fe814962a6a2dee180149c3a6a Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Mon, 20 Sep 2021 19:43:18 +0000 Subject: 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 --- .devcontainer/node.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to '.devcontainer/node.sh') 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." -- cgit