This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Permite instalação de até 10 pacotes simultâneos | |
sudo sh -c 'echo -e "max_parallel_downloads=10" >> /etc/dnf/dnf.conf' | |
# Adiciona o compatibilidade com Flathub | |
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo | |
sudo flatpak remote-modify --enable flathub | |
# Adiciona o RPM Fusion |