diff --git a/appimg-builder/stage-two.sh b/appimg-builder/stage-two.sh index 334843f..5d91346 100755 --- a/appimg-builder/stage-two.sh +++ b/appimg-builder/stage-two.sh @@ -1,6 +1,11 @@ #!/bin/bash APPIMG_BUILDER_BASE="/usr/share/appimg-builder" + +# +# If you're looking for the base lists of packages that are always installed +# and modules that are always run, they're defined here in common.inc +# source ${APPIMG_BUILDER_BASE}/common.inc if [ "$EUID" -ne 0 ]; then