Update file run_onchange_before_10-remove-bloatware.tmpl
This commit is contained in:
parent
3a0c30e7e0
commit
098bb3f5c7
1 changed files with 0 additions and 4 deletions
|
@ -6,10 +6,6 @@
|
||||||
|
|
||||||
{{- $removePackages := join " " .removeLinuxPackages }}
|
{{- $removePackages := join " " .removeLinuxPackages }}
|
||||||
|
|
||||||
echo "HEREEEE"
|
|
||||||
echo '{{ $removePackages }}'
|
|
||||||
echo "DONNEEEE"
|
|
||||||
|
|
||||||
### Remove bloatware packages defined in .chezmoidata.yaml
|
### Remove bloatware packages defined in .chezmoidata.yaml
|
||||||
for PKG in {{ $removePackages }}; do
|
for PKG in {{ $removePackages }}; do
|
||||||
if command -v apk > /dev/null; then
|
if command -v apk > /dev/null; then
|
||||||
|
|
Loading…
Reference in a new issue