From 8315d2408289946a6293c941ad9f27b7ee063d1f Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 7 May 2024 21:43:00 +0200 Subject: [PATCH] Up. --- .../run_once_after_10-install-packages.sh.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) 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 2c231e6..06b6a58 100644 --- a/home/.chezmoiscripts/run_once_after_10-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_10-install-packages.sh.tmpl @@ -123,5 +123,11 @@ packages=( log "Finish Debian/Ubuntu Linux packages installation" +{{ else if (eq .chezmoi.osRelease.id "android") -}} + + log "Begin Android packages installation" + + log "Finish Android Linux packages installation" + {{- end }}