add comment
This commit is contained in:
@@ -132,6 +132,7 @@
|
|||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"inline": [
|
"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",
|
"mkdir -p /etc/skel/.config/configstore",
|
||||||
"echo 'export XDG_CONFIG_HOME=$HOME/.config' | tee -a /etc/skel/.bashrc"
|
"echo 'export XDG_CONFIG_HOME=$HOME/.config' | tee -a /etc/skel/.bashrc"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -135,6 +135,7 @@
|
|||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"inline": [
|
"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",
|
"mkdir -p /etc/skel/.config/configstore",
|
||||||
"echo 'export XDG_CONFIG_HOME=$HOME/.config' | tee -a /etc/skel/.bashrc"
|
"echo 'export XDG_CONFIG_HOME=$HOME/.config' | tee -a /etc/skel/.bashrc"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user