diff --git a/mybashrc b/mybashrc index b6beedf..6664c34 100644 --- a/mybashrc +++ b/mybashrc @@ -477,7 +477,8 @@ _START_SSH_AGENT() { } _APT_REPO_UBUNTU() { - wget -O /etc/apt/sources.list https://vtb.cx/$(lsb_release -sc)-list + cp /etc/apt/sources.list /etc/apt/sources.list.bak -f + wget -O /etc/apt/sources.list "https://vtb.cx/$(lsb_release -sc)-list" } _APT_BIONIC_KERNEL() {