#!/bin/bash if [[ "$1" == "configure" ]]; then apt update || true fi