cpriego / valet-linux

A fork of Laravel Valet to work in Linux.
MIT License
1.33k stars 153 forks source link

Added asdf to wrapper script #437

Open spam-n-eggs opened 3 months ago

spam-n-eggs commented 3 months ago

Adding asdf package manager support for the install wrapper command. There may be more things that I missed, but it appears to be working as expected.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

jmarcher commented 3 months ago

How does this work? You should also add the syntax for the Package Manager into: https://github.com/cpriego/valet-linux/tree/master/cli/Valet/PackageManagers

spam-n-eggs commented 3 months ago

Hey @jmarcher I'll add ASDF as a provider. It probably worked for me as I already had everything I wanted installed before I started. I'll test it with a buildup - it should be fairly straightforward when I get some time.