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