sh/ubuntu-source-tsinghua.sh

4 lines
144 B
Bash
Raw Normal View History

2025-01-17 22:43:41 +08:00
#!/bin/bash
rm -rf /etc/apt/sources.list
mv /usr/local/conf/ubuntu_2204-sources-tsinghua.list /etc/apt/sources.list
apt update && apt upgrade -y