SecureW2 JoinNow: Difference between revisions

Scrumplex (talk | contribs)
Add SecureW2 wrapper script
 
Scrumplex (talk | contribs)
m Add comments to SecureW2 code
Line 11: Line 11:
     pkgs:
     pkgs:
     (with pkgs; [
     (with pkgs; [
       (python3.withPackages (ps: [ ps.dbus-python ]))
       (python3.withPackages (ps: [ ps.dbus-python ])) # Run embedded Python code
       coreutils
       coreutils # Needs uname to identify architecture
       gnutar
       gnutar # Needed to extract emebedded archive
       libx11
       libx11 # for GUI
       openssl
       openssl # Required during Python import
       simpleTpmPk11
       simpleTpmPk11 # Unknown use
       which
       which # Used by shell script to find programs
       xdg-utils
       xdg-utils # Used by Python script to open links
       xwininfo
       xwininfo # Unknown use
     ]);
     ]);
   runScript = ./SecureW2_JoinNow.run;
   runScript = ./SecureW2_JoinNow.run;
}).env
}).env
</syntaxhighlight>
</syntaxhighlight>