#!/bin/sh # Copyright (c) 2022 pangea.org AssociaciĆ³ Pangea - Coordinadora ComunicaciĆ³ per a la CooperaciĆ³ # SPDX-License-Identifier: AGPL-3.0-or-later # Description: This program attaches workbench-script to a ISO # debug set -x # exit on failure set -e # fail and exit when it cannot substitute a variable set -u # inspired from Ander in https://code.ungleich.ch/ungleich-public/cdist/issues/4 # this is a way to reuse a function used inside and outside of chroot # this function is used both in shell and chroot decide_if_update_str="$(cat <