mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 21:39:49 +00:00
Update Ahoy installation for ARM architecture
This commit is contained in:
parent
ee0c1ea32c
commit
7477621596
1 changed files with 2 additions and 2 deletions
|
|
@ -190,8 +190,8 @@ fn main() -> Result<()> {
|
|||
|
||||
println!("\n{} Installing Ahoy...", step_text("4."),);
|
||||
sh.change_dir(format!("/home/{username}"));
|
||||
cmd!(sh, "sudo curl -LO https://github.com/ahoy-cli/ahoy/releases/download/v2.5.0/ahoy-bin-linux-amd64").run()?;
|
||||
cmd!(sh, "mv ./ahoy-bin-linux-amd64 ./ahoy").run()?;
|
||||
cmd!(sh, "sudo curl -LO https://github.com/ahoy-cli/ahoy/releases/download/v2.5.0/ahoy-bin-linux-arm64").run()?;
|
||||
cmd!(sh, "mv ./ahoy-bin-linux-arm64 ./ahoy").run()?;
|
||||
cmd!(sh, "sudo chmod +x ./ahoy").run()?;
|
||||
println!("{}", success_text("✅ 4. Successfully installed Ahoy."));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue