pull/35960/head
Maxime Desroches 6 days ago
parent b639e64dd8
commit b11b43f86c
  1. 1
      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)

Loading…
Cancel
Save