diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 861c3da..050f267 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,6 +7,9 @@ "set-git-config-line-endings": "git config --global core.autocrlf input", "set-git-config-gpg-program": "git config --global --add gpg.program /usr/bin/gpg" }, + "postAttachCommand": { + "print-message-of-the-day": "bash /etc/update-motd.d/00-header" + }, "customizations": { "vscode": { "extensions": [ diff --git a/hashiqube/basetools.sh b/hashiqube/basetools.sh index 23c67e3..afcc521 100644 --- a/hashiqube/basetools.sh +++ b/hashiqube/basetools.sh @@ -43,6 +43,50 @@ cat <