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 }}