aboutsummaryrefslogtreecommitdiff
path: root/stage2
blob: 01b67a8b3c6e269000fe3c72d68ac951ab5192ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -

set -ex

# We should now be running as a non-root user, set up the XiLinx license

sudo install -o builder -g builder /cryptech-builder/Xilinx.lic $HOME/builder

/cryptech-builder/ratinox license-user

rm $HOME/builder