Update file run_onchange_after_06-bin-symlink.tmpl

This commit is contained in:
Brian Zalewski 2023-04-11 22:03:50 +00:00
parent 741f8be2ea
commit 4d5cd3dc35

View file

@ -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