diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-02 07:43:42 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-02 07:43:42 +0200 |
| commit | cd76ca88483048791249846917c7768f7bfe301e (patch) | |
| tree | 794b090e97e00b0830407cc7152be8eba7672028 /windows/bin/system-update.cmd | |
| parent | a5fcfee3f33f95b9ad41f42e6676ef0b579904e5 (diff) | |
| download | dotfiles-cd76ca88483048791249846917c7768f7bfe301e.tar.gz dotfiles-cd76ca88483048791249846917c7768f7bfe301e.tar.bz2 dotfiles-cd76ca88483048791249846917c7768f7bfe301e.zip | |
zsh: Reihenfolge der Update-Funktionen angepasst
Diffstat (limited to 'windows/bin/system-update.cmd')
| -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 |
