#!/usr/bin/with-contenv bash # shellcheck shell=bash # make our folders mkdir -p \ /config/fonts # copy config if [[ ! -f /config/preferences.json ]]; then cp /defaults/preferences.json /config/preferences.json fi # permissions lsiown -R abc:abc \ /config