sh/ubuntu-source-aliyun.sh

4 lines
145 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
2025-01-17 22:50:33 +08:00
cp -R /usr/local/conf/ubuntu_2204-sources-aliyun.list /etc/apt/sources.list
2025-01-10 14:05:29 +08:00
apt update && apt upgrade -y