From e46556aeb9b25300f6b8fe5c429471814d7871eb Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 16 Apr 2020 11:57:36 +0200 Subject: [PATCH] Fixed oopsie Don't blame it on the sunshine, don't blame it on the moonlight, blame it on Branco --- conf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.sh b/conf.sh index c5549d8..ea3d87d 100644 --- a/conf.sh +++ b/conf.sh @@ -14,5 +14,5 @@ else fi ###Fetching Confgs -wget -t7 "$repo"/raw/branch/"$branch"/config/Universal_20auto-upgrades -O /etc/apt/apt.conf.d/20auto-upgrades > $OUTPUT 2>&1 -wget -t7 "$repo"/raw/branch/"$branch"/config/"$LinVer"_50unattended-upgrades -O /etc/apt/apt.conf.d/50unattended-upgrades > $OUTPUT 2>&1 \ No newline at end of file +wget -t7 "$mrepo"/raw/branch/"$mbranch"/config/Universal_20auto-upgrades -O /etc/apt/apt.conf.d/20auto-upgrades > $OUTPUT 2>&1 +wget -t7 "$mrepo"/raw/branch/"$mbranch"/config/"$LinVer"_50unattended-upgrades -O /etc/apt/apt.conf.d/50unattended-upgrades > $OUTPUT 2>&1 \ No newline at end of file