From 0d11ca4ee423d28cccd07f81a013d04c0dcb7e3a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 13 May 2023 02:56:03 +0200 Subject: [PATCH] setup link --- bash/ovh-rescue.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {