Skip to content
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

fix: preinstall script (#100) #101

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

MarcosNicolau
Copy link
Contributor

The preinstall script failed on win systems because 'wget' isn't available. So, an easy fix is to replace it with curl, ensuring that with the specified parameters, the desired behavior is maintained.

Something I'd like to point out is that on Windows, to execute the installation script, one would need to use a bash emulator. This is because running sh scripts directly through PowerShell requires some workaround tricks.

fixes the preinstall script which was failing in windows
Copy link
Contributor

@PalumboN PalumboN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Buenísimo!! :)

Copy link
Contributor

@fdodino fdodino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍾

Una cosa que me anoto entonces es avisar en el README/wiki que tenemos que pedir al que quiera desarrollar wollok en Windows que labure con git bash o un bash similar.

@fdodino fdodino merged commit 1d0c575 into uqbar-project:master Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants