sh/ubuntu-source-aliyun.sh

4 lines
142 B
Bash
Raw Normal View History

2025-01-10 14:05:51 +08:00
#!/bin/bash
2025-01-17 22:42:23 +08:00
rm -rf /etc/apt/sources.list
mv /usr/local/conf/ubuntu_2204-aliyun-sources.list /etc/apt/sources.list
2025-01-10 14:05:29 +08:00
apt update && apt upgrade -y