Move list of pipx packages into toolset

This commit is contained in:
Vladimir Safonkin
2020-10-05 12:04:29 +03:00
parent 4b0de6f6f4
commit 08f157956f
5 changed files with 30 additions and 19 deletions

View File

@@ -242,6 +242,9 @@
"scripts": [
"{{template_dir}}/scripts/installers/pipx-packages.sh"
],
"environment_vars": [
"INSTALLER_SCRIPT_FOLDER={{user `installer_script_folder`}}"
],
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{