diff options
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() |