mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-03 07:47:20 +08:00
add comment
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user