mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
fix raspi kernel upgrades (#2202)
* fix build * use same node versions * lock kernel to 5.15.76
This commit is contained in:
@@ -198,7 +198,7 @@ async fn maybe_do_update(
|
||||
async fn do_update(ctx: RpcContext, eos_url: EosUrl) -> Result<(), Error> {
|
||||
let mut rsync = Rsync::new(
|
||||
eos_url.rsync_path()?,
|
||||
"/media/embassy/next",
|
||||
"/media/embassy/next/",
|
||||
Default::default(),
|
||||
)
|
||||
.await?;
|
||||
@@ -303,7 +303,7 @@ async fn sync_boot() -> Result<(), Error> {
|
||||
RsyncOptions {
|
||||
delete: false,
|
||||
force: false,
|
||||
ignore_existing: true,
|
||||
ignore_existing: false,
|
||||
exclude: Vec::new(),
|
||||
no_permissions: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user