#!/bin/bash
rm -rf /etc/apt/sources.list
cp -R /usr/local/conf/ubuntu_2204-sources-tsinghua.list /etc/apt/sources.list
apt update && apt upgrade -y