You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support install erlang/otp from Bob prebuilt release in ubuntu linux (#8), close#7 [no ci]
* feat: support install erlang/otp from Bob prebuilt release
* feat: vfox search prebuilt version
* chore: test prebuilt release install
* fix: env keys
* refactor: impl for prebuilt release
* fix: prebuilt release bin search
* fix: vofx search prebuilt version
* feat: download prebuilt version ca
* ci: fix prebuilt test
You can reference the E2E test in in windows-2022: [.github/workflows/e2e_test_windows.yaml](.github/workflows/e2e_test_windows.yaml)
85
+
86
+
## install a prebuilt Erlang/OTP version
87
+
88
+
After vfox-erlang v1.1.0, you can also install a prebuilt Erlang/OTP version in Ubuntu linux system.
89
+
90
+
**Before install, you must disable vfox search cache.** Reference: [https://vfox.lhan.me/guides/configuration.html#cache-settings](https://vfox.lhan.me/guides/configuration.html#cache-settings)
91
+
92
+
This is an installation example in Bash Shell:
93
+
94
+
```shell
95
+
# install an available version, you can also a avaliable version in: https://bobs-list.kobrakai.de/
0 commit comments