case "$MODE" in
    install)
        mkdir -p $ROOT/etc/apt/
        cp /etc/apt/apt-eole.conf $ROOT/etc/apt/
        ;;
esac
