#!/bin/bash
set -e
if [[ "${is_minimal}" = "true" ]]; then
return 0
elif [[ "${is_ghost}" = "true" ]]; then
fi
if [[ -f /target/etc/apt/sources.list.bak ]]; then
mv /target/etc/apt/sources.list{.bak,}