mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-01-22 12:48:14 -05:00
feat: 🎸 替换源
This commit is contained in:
parent
fd063b1948
commit
55dad0137c
21
init.sh
21
init.sh
@ -1,14 +1,15 @@
|
||||
echo "update source"
|
||||
echo "deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted
|
||||
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted
|
||||
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal universe
|
||||
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates universe
|
||||
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal multiverse
|
||||
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates multiverse
|
||||
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse
|
||||
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security main restricted
|
||||
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security universe
|
||||
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security multiverse"> /etc/apt/sources.list
|
||||
echo "deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
|
||||
deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
|
||||
deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
|
||||
deb http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
|
||||
deb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
|
||||
deb-src http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
|
||||
"> /etc/apt/sources.list
|
||||
apt update
|
||||
apt upgrade -y
|
||||
apt install -y tzdata
|
||||
|
Loading…
Reference in New Issue
Block a user