Files
wx/src/commands/maintenance/update.sh
T
2025-11-10 12:40:35 +02:00

10 lines
129 B
Bash

wx-update(){
wxi-header "Update"
wxi-restricted --user
wx-install &> /dev/null
echo "Updates Completed"
wxi-footer
}