setup link
This commit is contained in:
parent
76f16debb1
commit
0d11ca4ee4
1 changed files with 2 additions and 2 deletions
|
@ -25,6 +25,8 @@ deb https://deb.debian.org/debian buster-backports main contrib non-free
|
||||||
deb https://deb.debian.org/debian buster-updates main contrib non-free
|
deb https://deb.debian.org/debian buster-updates main contrib non-free
|
||||||
deb https://deb.debian.org/debian-security buster/updates main contrib non-free
|
deb https://deb.debian.org/debian-security buster/updates main contrib non-free
|
||||||
" > '/etc/apt/sources.list'
|
" > '/etc/apt/sources.list'
|
||||||
|
#
|
||||||
|
link_bashrc
|
||||||
}
|
}
|
||||||
|
|
||||||
function ovh-rescue-install {
|
function ovh-rescue-install {
|
||||||
|
@ -57,8 +59,6 @@ function ovh-rescue-install {
|
||||||
--target-release "${release}-backports" "${backports[@]}"
|
--target-release "${release}-backports" "${backports[@]}"
|
||||||
#
|
#
|
||||||
apt-get clean
|
apt-get clean
|
||||||
#
|
|
||||||
link_bashrc
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function ovh-rescue-upload {
|
function ovh-rescue-upload {
|
||||||
|
|
Loading…
Reference in a new issue