From 7495e2d9cc3191f3883bfb7b463ce23b14aaee21 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 7 May 2024 22:08:03 +0200 Subject: [PATCH] Up. --- .../run_once_after_10-install-packages.sh.tmpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/run_once_after_10-install-packages.sh.tmpl b/home/.chezmoiscripts/run_once_after_10-install-packages.sh.tmpl index 4e1b28a..687cea6 100644 --- a/home/.chezmoiscripts/run_once_after_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_10-install-packages.sh.tmpl @@ -124,7 +124,13 @@ packages=( log "Finish Debian/Ubuntu Linux packages installation" - {{- end}} + {{- end }} + +{{ else if (eq .chezmoi.arch "android/arm64") }} + + log "Begin Android packages installation" + + log "Finish Android Linux packages installation" {{- end }}