From d2ea114f9195e9f3a21ad76864c1ec7f4088a965 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 6 Feb 2022 22:37:08 -0500 Subject: [PATCH] Update fedora.sh --- fedora.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora.sh b/fedora.sh index efe3f9b..f43dbed 100644 --- a/fedora.sh +++ b/fedora.sh @@ -10,6 +10,7 @@ rm -rf brave-core.asc echo "gpgcheck=1" | sudo tee /etc/yum.repos.d/brave-browser-rpm-release.s3.brave.com_x86_64_.repo sudo dnf intall brave-browser -y +git config --global http.proxy http://127.0.0.1:8082 git clone https://github.com/horst3180/arc-icon-theme mv arc-icon-theme/Arc /usr/share/icons rm -rf arc-icon-theme