diff --git a/tabs/system-setup/fedora/configure-dnf.sh b/tabs/system-setup/fedora/configure-dnf.sh index af460545..2d043da2 100644 --- a/tabs/system-setup/fedora/configure-dnf.sh +++ b/tabs/system-setup/fedora/configure-dnf.sh @@ -5,7 +5,7 @@ configureDNF() { case $PACKAGER in dnf) - printf "%b\n" ${YELLOW}"Configuring DNF...${RC}" + printf "%b\n" "${YELLOW}Configuring DNF...${RC}" $ESCALATION_TOOL sed -i '/^max_parallel_downloads=/c\max_parallel_downloads=10' /etc/dnf/dnf.conf || echo 'max_parallel_downloads=10' >> /etc/dnf/dnf.conf echo "fastestmirror=True" | $ESCALATION_TOOL tee -a /etc/dnf/dnf.conf > /dev/null echo "defaultyes=True" | $ESCALATION_TOOL tee -a /etc/dnf/dnf.conf > /dev/null