add comment

This commit is contained in:
Mikhail Timofeev
2020-03-12 18:54:01 +03:00
parent 6bfc4bd78b
commit d7c9e5f1d3
2 changed files with 2 additions and 0 deletions

View File

@@ -132,6 +132,7 @@
{
"type": "shell",
"inline": [
"# This directory is supposed to be created in $HOME and owned by user(https://github.com/actions/virtual-environments/issues/491)",
"mkdir -p /etc/skel/.config/configstore",
"echo 'export XDG_CONFIG_HOME=$HOME/.config' | tee -a /etc/skel/.bashrc"
],

View File

@@ -135,6 +135,7 @@
{
"type": "shell",
"inline": [
"# This directory is supposed to be created in $HOME and owned by user(https://github.com/actions/virtual-environments/issues/491)",
"mkdir -p /etc/skel/.config/configstore",
"echo 'export XDG_CONFIG_HOME=$HOME/.config' | tee -a /etc/skel/.bashrc"
],