#!/bin/sh

if [ "$MIC_RUN" != "" ]; then
	echo "ssu-update-repos - returning FAIL to postpone oneshot to first boot"
	exit 1
fi

# Update repos
killall ssud 2>/dev/null || :
/usr/bin/ssu updaterepos
