mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-24 22:14:28 +00:00
fix system update
This commit is contained in:
parent
4e995e2dd7
commit
98e449dc77
|
@ -37,7 +37,7 @@ impl CustomList {
|
||||||
} => {
|
} => {
|
||||||
ListNode {
|
ListNode {
|
||||||
name: "Full System Update",
|
name: "Full System Update",
|
||||||
command: "bash -c \"sudo pacman -Syu\""
|
command: include_str!("commands/system-update.sh"),
|
||||||
},
|
},
|
||||||
ListNode {
|
ListNode {
|
||||||
name: "Setup Bash Prompt",
|
name: "Setup Bash Prompt",
|
||||||
|
|
|
@ -279,4 +279,4 @@ impl RunningCommand {
|
||||||
// Send the keycodes to the virtual terminal
|
// Send the keycodes to the virtual terminal
|
||||||
let _ = self.writer.write_all(&input_bytes);
|
let _ = self.writer.write_all(&input_bytes);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user