Skip to content

Commit

Permalink
Update 9070-remove-apt-cache.hook.chroot
Browse files Browse the repository at this point in the history
  • Loading branch information
SekaiMoe authored Jul 18, 2024
1 parent d9df96a commit df75770
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
npm config set registry https://registry.npmmirror.com/
rm -rf /var/lib/apt/lists
rm -rf /var/cache/apt/archives

rm -rf /etc/apt/sources.list.d/microsoft-edge.list
echo "deb [trusted=yes] https://packages.linuxmint.com feye main upstream import backport" >/etc/apt/sources.list.d/mint.list
apt-get update
apt-get upgrade -y

echo "deb [trusted=yes] https://mirrors.ustc.edu.cn/linuxmint feye main upstream import backport" >/etc/apt/sources.list.d/mint.list
apt-get update

0 comments on commit df75770

Please sign in to comment.