mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-05 03:37:04 +01:00
fix system update
This commit is contained in:
parent
4e995e2dd7
commit
98e449dc77
@ -37,7 +37,7 @@ impl CustomList {
|
||||
} => {
|
||||
ListNode {
|
||||
name: "Full System Update",
|
||||
command: "bash -c \"sudo pacman -Syu\""
|
||||
command: include_str!("commands/system-update.sh"),
|
||||
},
|
||||
ListNode {
|
||||
name: "Setup Bash Prompt",
|
||||
|
Loading…
x
Reference in New Issue
Block a user