mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
init, shutdown and restart
This commit is contained in:
committed by
Aiden McClelland
parent
6e82b843a5
commit
483e02a41b
@@ -36,8 +36,8 @@ use crate::{Error, ResultExt};
|
||||
pub mod cleanup;
|
||||
pub mod progress;
|
||||
|
||||
pub const PKG_CACHE: &'static str = "main/cache/packages";
|
||||
pub const PKG_PUBLIC_DIR: &'static str = "main/public/package-data";
|
||||
pub const PKG_CACHE: &'static str = "package-data/cache";
|
||||
pub const PKG_PUBLIC_DIR: &'static str = "package-data/public";
|
||||
|
||||
#[command(display(display_none))]
|
||||
pub async fn install(
|
||||
|
||||
Reference in New Issue
Block a user