diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index 15142b7..526d33d 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -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-security buster/updates main contrib non-free " > '/etc/apt/sources.list' + # + link_bashrc } function ovh-rescue-install { @@ -57,8 +59,6 @@ function ovh-rescue-install { --target-release "${release}-backports" "${backports[@]}" # apt-get clean - # - link_bashrc } function ovh-rescue-upload {