diff options
Diffstat (limited to 'windows')
| -rw-r--r-- | windows/bin/system-update.cmd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/bin/system-update.cmd b/windows/bin/system-update.cmd index 64a7b9f..6c355d0 100644 --- a/windows/bin/system-update.cmd +++ b/windows/bin/system-update.cmd | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | @echo off | 1 | @echo off |
| 2 | 2 | ||
| 3 | call npm-update.cmd | 3 | call pkg-update.cmd |
| 4 | if errorlevel 1 exit /b 1 | 4 | if errorlevel 1 exit /b 1 |
| 5 | 5 | ||
| 6 | call nvim-update.cmd | 6 | call npm-update.cmd |
| 7 | if errorlevel 1 exit /b 1 | 7 | if errorlevel 1 exit /b 1 |
| 8 | 8 | ||
| 9 | call pkg-update.cmd | 9 | call nvim-update.cmd |
| 10 | if errorlevel 1 exit /b 1 | 10 | if errorlevel 1 exit /b 1 |
