From b693e17e297dacd710a8f247c396ac7fc6028c46 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 11 Nov 2024 13:27:51 +0100 Subject: [PATCH] printf --- bash/ovh-rescue.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index e8008d2..b6f81f5 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -16,7 +16,7 @@ Dir::Etc::SourceParts \"\"; Dpkg::Progress True; " >"/etc/apt/apt.conf.d/apt.conf" # apt / sources - printf "\ + printf "%s" "\ deb https://deb.debian.org/debian ${release} main non-free-firmware contrib non-free deb https://deb.debian.org/debian ${release}-backports main non-free-firmware contrib non-free deb https://deb.debian.org/debian ${release}-updates main non-free-firmware contrib non-free