mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
use explicit version when downloading s9pk
This commit is contained in:
@@ -151,10 +151,10 @@ pub async fn install(
|
|||||||
.await
|
.await
|
||||||
.with_kind(crate::ErrorKind::Registry)?;
|
.with_kind(crate::ErrorKind::Registry)?;
|
||||||
let s9pk = reqwest::get(format!(
|
let s9pk = reqwest::get(format!(
|
||||||
"{}/package/v0/{}.s9pk?spec={}&version-priority={}&eos-version-compat={}&arch={}",
|
"{}/package/v0/{}.s9pk?spec=={}&version-priority={}&eos-version-compat={}&arch={}",
|
||||||
marketplace_url,
|
marketplace_url,
|
||||||
id,
|
id,
|
||||||
version,
|
man.version,
|
||||||
version_priority,
|
version_priority,
|
||||||
Current::new().compat(),
|
Current::new().compat(),
|
||||||
platforms::TARGET_ARCH,
|
platforms::TARGET_ARCH,
|
||||||
|
|||||||
Reference in New Issue
Block a user