Última actividad 1747807475

crazt's Avatar crazt revisó este gist 1747807475. Ir a la revisión

1 file changed, 13 insertions

scoop.md(archivo creado)

@@ -0,0 +1,13 @@
1 + update all app
2 + ```powershell
3 + scoop list | foreach { scoop update $_.Name }
4 + ```
5 + update outdated app
6 + ```powershell
7 + scoop update
8 + scoop status | foreach { scoop update $_.Name }
9 + ```
10 + remove outdated version
11 + ```powershell
12 + scoop cleanup *
13 + ```
Siguiente Anterior