Update file run_onchange_before_10-remove-bloatware.tmpl

This commit is contained in:
Brian Zalewski 2023-01-24 18:00:16 +00:00
parent 3a0c30e7e0
commit 098bb3f5c7

View file

@ -6,10 +6,6 @@
{{- $removePackages := join " " .removeLinuxPackages }}
echo "HEREEEE"
echo '{{ $removePackages }}'
echo "DONNEEEE"
### Remove bloatware packages defined in .chezmoidata.yaml
for PKG in {{ $removePackages }}; do
if command -v apk > /dev/null; then