We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd9f8a commit 50f0219Copy full SHA for 50f0219
tabs/system-setup/fedora/configure-dnf.sh
@@ -5,7 +5,7 @@
5
configureDNF() {
6
case $PACKAGER in
7
dnf)
8
- printf "%b\n" ${YELLOW}"Configuring DNF...${RC}"
+ printf "%b\n" "${YELLOW}Configuring DNF...${RC}"
9
$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
10
echo "fastestmirror=True" | $ESCALATION_TOOL tee -a /etc/dnf/dnf.conf > /dev/null
11
echo "defaultyes=True" | $ESCALATION_TOOL tee -a /etc/dnf/dnf.conf > /dev/null
0 commit comments