29 lines
563 B
VHS
29 lines
563 B
VHS
Require xbps-query
|
|
Require xbps-install
|
|
|
|
Set Shell "bash"
|
|
Set FontSize 20
|
|
Set Width 1400
|
|
Set Height 900
|
|
|
|
Type "sudo xbps-install --sync" Enter Sleep 700ms Enter
|
|
|
|
Type "sudo xbps-install --update --yes" Sleep 700ms
|
|
|
|
Backspace 33
|
|
|
|
Type "echo same but faster!" Sleep 200ms Enter
|
|
|
|
Type "sudo xbps-install -uy" Enter Sleep 700ms
|
|
|
|
Type "echo now we just download" Sleep 2s Enter
|
|
|
|
Type "sudo xbps-install -SD --yes" Sleep 700ms Enter
|
|
|
|
Type "echo and install from the downloaded updates..." Sleep 2s Enter
|
|
|
|
Type "sudo xbps-install -Du" Sleep 700ms Enter
|
|
|
|
Sleep 4s
|
|
|