Add support for juliaup (#208)

* Add support for juliaup

* Update config.rs

* Change the position for Juliaup Step.

* Update generic.rs
This commit is contained in:
Ruben Molina
2022-11-24 14:17:58 -05:00
committed by GitHub
parent e456155562
commit 25c5057171
5 changed files with 16 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ use std::os::unix::fs::MetadataExt;
use std::path::PathBuf;
use std::process::Command;
use crate::sudo;
use crate::utils::require_option;
use color_eyre::eyre::Result;