5 lines
62 B
Bash
5 lines
62 B
Bash
wx-update(){
|
|
wx-header "Update"
|
|
wx-install --update
|
|
}
|
wx-update(){
|
|
wx-header "Update"
|
|
wx-install --update
|
|
}
|