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
fi
if [[ "${ID}" == 'debian' ]]; then
if [[ "${ID}" == 'debian' ]] || [[ "${ID}" == 'elementary' ]]; then
apt \
update && \
apt \