sh/ubuntu-source-aliyun.sh

4 lines
164 B
Bash
Raw Normal View History

2025-01-10 14:05:51 +08:00
#!/bin/bash
2025-01-10 14:05:29 +08:00
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