From b11b43f86ca7f6c391164836a2880bfb86827af2 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Sun, 10 Aug 2025 17:18:29 -0700 Subject: [PATCH] clean --- system/ui/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/ui/setup.py b/system/ui/setup.py index eeb94f373d..e0cda012a1 100755 --- a/system/ui/setup.py +++ b/system/ui/setup.py @@ -392,6 +392,7 @@ class Setup(Widget): os.rename(tmpfile, "/tmp/installer") os.chmod("/tmp/installer", 0o755) + with open("/tmp/installer_url", "w") as f: f.write(self.download_url)