Added elementary OS as condition to install mmdebstrap, etc.

This commit is contained in:
2025-10-13 20:00:41 -04:00
parent 5b4a77f615
commit 203a09eb05

View File

@@ -53,7 +53,7 @@ if [[ -f '/usr/bin/gsettings' ]]; then
false false
fi fi
if [[ "${ID}" == 'debian' ]]; then if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then
apt \ apt \
update && \ update && \
apt \ apt \