原创 shell腳本配置apt源

#!/bin/bash #MODIFY: if [ `whoami` != "root" ];then echo "This script must be runing as root!!!" exit 71 f