diff --git a/ubuntu-source-aliyun.sh b/ubuntu-source-aliyun.sh new file mode 100644 index 0000000..eb25606 --- /dev/null +++ b/ubuntu-source-aliyun.sh @@ -0,0 +1,3 @@ +mv /etc/apt/sources.list /etc/apt/sources.list.bak +mv /usr/local/conf/ubuntu-2204-aliyun-sources.list /etc/apt/sources.list +apt update && apt upgrade -y \ No newline at end of file