aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-09-05 09:49:59 +0200
committerThomas Schmucker <ts@its1.de>2026-09-05 09:49:59 +0200
commit84755d0981123ace06786b5477a73dbd39b1a9d6 (patch)
tree776b197fe227adaf5d09cb501967ba80b58bc0af /windows
parent9a11bc2be48a8a9021cbf06c691bfb3ced886a4c (diff)
parent98b344cbacff5fad784b88abcf05186994edcef8 (diff)
downloaddotfiles-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.cmd6
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
3call npm-update.cmd 3call pkg-update.cmd
4if errorlevel 1 exit /b 1 4if errorlevel 1 exit /b 1
5 5
6call nvim-update.cmd 6call npm-update.cmd
7if errorlevel 1 exit /b 1 7if errorlevel 1 exit /b 1
8 8
9call pkg-update.cmd 9call nvim-update.cmd
10if errorlevel 1 exit /b 1 10if errorlevel 1 exit /b 1