3 lines
75 B
Fish
3 lines
75 B
Fish
function xu --description 'Update the system'
|
|
sudo xbps-install -Syu
|
|
end
|