fix system update

This commit is contained in:
Chris Titus 2024-07-13 23:38:44 -05:00
parent 4e995e2dd7
commit 98e449dc77
2 changed files with 2 additions and 2 deletions

View File

@ -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",