diff options
author | Rob Austein <sra@hactrn.net> | 2019-02-14 04:05:26 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-02-14 04:05:26 +0000 |
commit | d3a03cf27dab20ee49e2d245f6ca43c98c268cf8 (patch) | |
tree | b491fd2e9caf91accbfc3a37a5473924846a390c /ratinox | |
parent | 6cf7d84730b306de4bff43699f18e72dec39c3b2 (diff) |
Refactor
Diffstat (limited to 'ratinox')
-rwxr-xr-x | ratinox | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -42,12 +42,12 @@ def snooze(how_long = 15): def installer(): - with Ratinox(fbdir = "/framebuf") as rat: + with Ratinox(fbdir = "/cryptech-builder") as rat: print("DISPLAY={}".format(os.getenv("DISPLAY"))) snooze() print("Starting XiLinx installer") - xsetup = subprocess.Popen(("./xsetup",), cwd = "/xilinx-unpack/Xilinx_ISE_DS_Lin_14.7_1015_1") + xsetup = subprocess.Popen(("./xsetup",), cwd = "/Xilinx_ISE_DS_Lin_14.7_1015_1") snooze() print("First screen") @@ -89,7 +89,7 @@ def installer(): def licenser(): - with Ratinox(fbdir = "/framebuf") as rat: + with Ratinox(fbdir = "/cryptech-builder") as rat: print("DISPLAY={}".format(os.getenv("DISPLAY"))) snooze() |