diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-05 09:49:59 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-05 09:49:59 +0200 |
| commit | 84755d0981123ace06786b5477a73dbd39b1a9d6 (patch) | |
| tree | 776b197fe227adaf5d09cb501967ba80b58bc0af /windows | |
| parent | 9a11bc2be48a8a9021cbf06c691bfb3ced886a4c (diff) | |
| parent | 98b344cbacff5fad784b88abcf05186994edcef8 (diff) | |
| download | dotfiles-84755d0981123ace06786b5477a73dbd39b1a9d6.tar.gz dotfiles-84755d0981123ace06786b5477a73dbd39b1a9d6.tar.bz2 dotfiles-84755d0981123ace06786b5477a73dbd39b1a9d6.zip | |
Merge branch 'master' into add-ansible-support
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 |
