From cd76ca88483048791249846917c7768f7bfe301e Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 2 Sep 2026 07:43:42 +0200 Subject: zsh: Reihenfolge der Update-Funktionen angepasst --- windows/bin/system-update.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'windows/bin') 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 @@ @echo off -call npm-update.cmd +call pkg-update.cmd if errorlevel 1 exit /b 1 -call nvim-update.cmd +call npm-update.cmd if errorlevel 1 exit /b 1 -call pkg-update.cmd +call nvim-update.cmd if errorlevel 1 exit /b 1 -- cgit v1.3