add(cron): auto apt-get
This commit is contained in:
parent
3dc96d8595
commit
7f42df2d28
11
apt.list/aliyun/bookworm.sources.list
Normal file
11
apt.list/aliyun/bookworm.sources.list
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
deb http://mirrors.cloud.aliyuncs.com//debian/ bookworm main contrib non-free non-free-firmware
|
||||||
|
deb-src http://mirrors.cloud.aliyuncs.com//debian/ bookworm main contrib non-free non-free-firmware
|
||||||
|
|
||||||
|
deb http://mirrors.cloud.aliyuncs.com//debian/ bookworm-updates main contrib non-free non-free-firmware
|
||||||
|
deb-src http://mirrors.cloud.aliyuncs.com//debian/ bookworm-updates main contrib non-free non-free-firmware
|
||||||
|
|
||||||
|
deb http://mirrors.cloud.aliyuncs.com//debian/ bookworm-backports main contrib non-free non-free-firmware
|
||||||
|
deb-src http://mirrors.cloud.aliyuncs.com//debian/ bookworm-backports main contrib non-free non-free-firmware
|
||||||
|
|
||||||
|
deb http://mirrors.cloud.aliyuncs.com//debian-security/ bookworm-security main contrib non-free non-free-firmware
|
||||||
|
deb-src http://mirrors.cloud.aliyuncs.com//debian-security/ bookworm-security main contrib non-free non-free-firmware
|
2
apt.list/aliyun/docker.list
Normal file
2
apt.list/aliyun/docker.list
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] http://mirrors.cloud.aliyuncs.com/docker-ce/linux/debian bookworm stable
|
||||||
|
#deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] http://mirrors.cloud.aliyuncs.com/docker-ce/linux/debian bookworm stable
|
12
apt.list/ustc/bookworm.sources.list
Normal file
12
apt.list/ustc/bookworm.sources.list
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Remember to install package <apt-transport-https>
|
||||||
|
deb https://mirrors.ustc.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
|
||||||
|
deb-src https://mirrors.ustc.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
|
||||||
|
|
||||||
|
deb https://mirrors.ustc.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
|
||||||
|
deb-src https://mirrors.ustc.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
|
||||||
|
|
||||||
|
deb https://mirrors.ustc.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
|
||||||
|
deb-src https://mirrors.ustc.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
|
||||||
|
|
||||||
|
deb https://mirrors.ustc.edu.cn/debian-security/ bookworm-security main contrib non-free non-free-firmware
|
||||||
|
deb-src https://mirrors.ustc.edu.cn/debian-security/ bookworm-security main contrib non-free non-free-firmware
|
1
apt.list/ustc/docker.list
Normal file
1
apt.list/ustc/docker.list
Normal file
@ -0,0 +1 @@
|
|||||||
|
deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://mirrors.ustc.edu.cn/docker-ce/linux/debian bookworm stable
|
@ -3,5 +3,5 @@
|
|||||||
apt update \
|
apt update \
|
||||||
&& apt upgrade -y \
|
&& apt upgrade -y \
|
||||||
&& apt dist-upgrade -y \
|
&& apt dist-upgrade -y \
|
||||||
&& apt autoclean \
|
&& apt autoremove -y \
|
||||||
&& apt autoremove -y
|
&& apt autoclean
|
Loading…
x
Reference in New Issue
Block a user