@epsi no clue if this is correct or not but i’ve put too much time into it to delete this
/usr/src/robotgirl/src/update.rs
use std::process
if idleTime >= 5 && scheduledTasks = 0 {
Command::new("apt")
.arg("update")
.arg("-y")
.output()
.expect("Update failed! Trying again later.")
};