#!/bin/bash

apt-get upgrade -y | grep -iE "升级了 0 个软件包"
if [ $? -ne 0 ];
then
	echo "/usr/share/system-update/change_version.sh"
fi
