From 7a6f1c5c5182bb24a0ff5c48825a74bb0fb9e4d7 Mon Sep 17 00:00:00 2001 From: Joe R Date: Mon, 16 May 2022 20:32:08 -0400 Subject: [PATCH] Restored cardsets download link to the main repo. --- scripts/linux-install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux-install.py b/scripts/linux-install.py index 958b27b9..9a6e701a 100755 --- a/scripts/linux-install.py +++ b/scripts/linux-install.py @@ -42,7 +42,7 @@ def main(): if not os.path.exists(arc): subprocess.check_call([ "wget", - "https://github.com/joeraz/" + + "https://github.com/shlomif/" + "PySolFC-Cardsets/archive/2.1/" + arc ]) subprocess.check_call(["tar", "-xvf", arc])