don't remove git-templates

also don't remove anthing in /usr/share for now
This commit is contained in:
Daylin Morgan 2024-09-04 14:14:35 -05:00
parent 739321c1b2
commit 1f02f54ad1
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -41,18 +41,19 @@ runs:
$(non_manifest_packages) # > /dev/null $(non_manifest_packages) # > /dev/null
fi fi
( sudo rm -rf \
GLOBIGNORE="/usr/share/git-core/**/*"; /var/lib/docker/ \
sudo rm -rf \ "$AGENT_TOOLSDIRECTORY" \
/var/lib/docker/ \ /opt \
"$AGENT_TOOLSDIRECTORY" \ /usr/local/** &
/opt \
/usr/{local,share}/** # nix flake update wants to find git-core templates
) & # /usr/share/git-core/templates
# { # /usr/share/**
# sudo swapoff -a {
# sudo rm -f /mnt/swapfile sudo swapoff -a
# } & sudo rm -f /mnt/swapfile
} &
wait wait
echo "... done" echo "... done"