#!/bin/bash

###
# Repo updater
###

# Import shell sub module

export whatami=kde
export target_arch=x86_64

. ../repo_helper/shell/base_functions.sh

# Main

run_noraml_update

cd ../
