Conversation

@epsi This has slice of life comedy anime vibes.

0
0
1

@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.")
};
1
0
0