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)