Added elementary OS as condition to install mmdebstrap, etc.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user