From 8c73f0c72f003dd96c9d905b46e57a8f26b00288 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Fri, 2 May 2025 14:26:41 +0800 Subject: [PATCH] fix --- .../run_onchange_before_linux-install-packages.sh.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl b/.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl index 620506d..c981536 100644 --- a/.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl +++ b/.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl @@ -22,6 +22,7 @@ {{- $pacmanInstall := concat .packages.linux.manjaro.pacman .packages.linux.manjaro.pacman_gui -}} {{- $aurInstall := concat .packages.linux.manjaro.aur .packages.linux.manjaro.aur_gui -}} {{- end -}} +{{ end -}} {{/* ---- 安裝腳本 ------------------------------------------------------- */ -}} {{- /* https://github.com/mriehl/dotfiles/blob/master/run_onchange_packages.sh.tmpl */ -}}