diff --git a/pre-inst.sh b/pre-inst.sh index 43a43f3..c4e355d 100755 --- a/pre-inst.sh +++ b/pre-inst.sh @@ -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 \