mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 13:04:21 +01:00
Remove the dev lang for elixir && erlang (I was getting an error)
This commit is contained in:
@@ -50,7 +50,6 @@ if [[ -n "$languages" ]]; then
|
|||||||
mise use --global erlang@latest
|
mise use --global erlang@latest
|
||||||
mise use --global elixir@latest
|
mise use --global elixir@latest
|
||||||
mise x elixir -- mix local.hex --force
|
mise x elixir -- mix local.hex --force
|
||||||
$install_extras && enable_lazyvim_extras "lazyvim.plugins.extras.lang.elixir" "lazyvim.plugins.extras.lang.erlang"
|
|
||||||
;;
|
;;
|
||||||
Rust)
|
Rust)
|
||||||
bash -c "$(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs)" -- -y
|
bash -c "$(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs)" -- -y
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ if [[ -n $languages ]]; then
|
|||||||
Elixir)
|
Elixir)
|
||||||
mise uninstall elixir@latest
|
mise uninstall elixir@latest
|
||||||
mise uninstall erlang@latest
|
mise uninstall erlang@latest
|
||||||
disable_lazyvim_extras "lazyvim.plugins.extras.lang.elixir" "lazyvim.plugins.extras.lang.erlang"
|
|
||||||
;;
|
;;
|
||||||
Rust)
|
Rust)
|
||||||
rustup self uninstall -y
|
rustup self uninstall -y
|
||||||
|
|||||||
Reference in New Issue
Block a user