-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notice with Git Bash #4
Comments
Hello, |
Thank you @2bitninja for expressing interest in my project and clarifying what Git Bash does! |
@mportizlunyov Maybe you should look into Ansible. Ansible just like SCCM, form Microsoft, it can manage Windows machines, as well as Linux. This way you will have a common language that will run on both platforms. Ansible can leverage BASH, Powershell, and Python scripts. This means you don't have to start all over again. You can also use it to manage docker containers. |
Thank you @2bitninja ! I will seriously research and look into its implementation! |
@mportizlunyov There is something I didn’t think about until after I posted yesterday. Ansable uses playbooks to run code. Well there are already playbooks that do what your trying to do with your bash script. Maybe you can leverage them. |
@2bitninja I will certainly investigate! Thank you. |
It is important to note that although the Update_Full-UNIX script is technically compatible with Git BASH, it will ultimately fail due to the fact that certain tools provided by GNUUtils or BusyBox are not present in windows, and git BASH does not provide them.
Using the tools that Windows provides by default to access content through HTTP(S) is being considered in order increase compatibility with Windows, but it is not currently a priority. Another consideration, as @2bitninja commented, is that Git Bash is not recommended for heavy scripting, and is intended more for running Git commands.
Be on the lookout for Update_Full-Windows!
The text was updated successfully, but these errors were encountered: