Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 50f5654

Browse files
committed
Merge branch 'fix-fetching-repositories' into 'master'
Fixed repository installing module See merge request t0xic0der/nvidia-auto-installer-for-fedora!36
2 parents 139489a + 458138e commit 50f5654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RepoInstaller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
def main():
99
DecoratorObject.SectionHeader("FETCHING REPOSITORY DATA...")
10+
os.system("dnf install -y fedora-workstation-repositories")
1011
retndata = subprocess.getstatusoutput("dnf config-manager --set-enable rpmfusion-nonfree-nvidia-driver")[0]
1112
if retndata == 0:
1213
DecoratorObject.SuccessMessage("RPM Fusion NVIDIA repository was enabled")

0 commit comments

Comments
 (0)