10 lines
129 B
Bash
10 lines
129 B
Bash
wx-update(){
|
|
wxi-header "Update"
|
|
wxi-restricted --user
|
|
|
|
wx-install &> /dev/null
|
|
echo "Updates Completed"
|
|
|
|
wxi-footer
|
|
}
|