diff options
Diffstat (limited to 'Builder1')
-rwxr-xr-x | Builder1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,3 +15,10 @@ apt-get install -y \ python-xvfbwrapper \ ratpoison \ sudo + +/cryptech-builder/ratinox ise-install + +rm -rf /Xilinx_ISE_DS_Lin_14.7_1015_1 + +adduser --disabled-password --gecos 'Cryptech Build Bot' --shell /bin/sh builder +echo >/etc/sudoers.d/builder 'builder ALL = (ALL) NOPASSWD: SETENV: ALL' |