Update file run_onchange_after_06-bin-symlink.tmpl
This commit is contained in:
parent
741f8be2ea
commit
4d5cd3dc35
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{{- if (ne .host.distro.family "windows") -}}
|
{{- if (ne .host.distro.family "windows") -}}
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# @file Python 2 / Python 3 Symlink
|
# @file Python Symlink
|
||||||
# @brief Symlinks `python` to `python3` when Python 2.7 is not installed
|
# @brief Symlinks `python` to `python3` when Python 2.7 is not installed
|
||||||
# @description
|
# @description
|
||||||
# This script checks if `python3` is available and if `python` is not available. If both are true, then the script
|
# This script checks if `python3` is available and if `python` is not available. If both are true, then the script
|
||||||
|
|
Loading…
Reference in a new issue