Files
004_comission/ych1990101/task1-optimized/build_scripts/fedora_bootstrap.sh
louiscklaw cd995ed8bd update,
2025-01-31 20:05:06 +08:00

10 lines
228 B
Bash

#!/usr/bin/env bash
set -x
echo "# from fedora_bootstrap.sh" >> /etc/dnf/dnf.conf
echo "max_parallel_downloads=10" >> /etc/dnf/dnf.conf
echo "fastestmirror=True" >> /etc/dnf/dnf.conf
sudo dnf update -y && sudo dnf upgrade -y