Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudymax authored Sep 16, 2023
1 parent b4e6214 commit 816dca0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cd /tmp/scratch
EDITOR_VERSION="2022.1.23f1"
PLATFORM="webgl-1"
EDITOR_IMAGE="unityci/editor:ubuntu-${EDITOR_VERSION}-${PLATFORM}"
SLENIUM_IMAGE="deserializeme/gcicudaselenium:latest"
SLENIUM_IMAGE="deserializeme/unity-self-auth:v0.0.1"
USERNAME="YOUR_EMAIL_HERE"
PASSWORD="YOUR_PASSWORD_HERE"

Expand Down Expand Up @@ -111,7 +111,9 @@ docker run --rm -it --mount type=bind,source=/tmp/scratch/,target=/home/player1/
-e PASSWORD="$PASSWORD" \
-e HEADLESS="False" \
$SLENIUM_IMAGE \
x11vnc --create && xterm -e "./license.py ../Downloads/Unity_v${EDITOR_VERSION}.alf"
x11vnc --create

# connect to NoVNC remote desktop at <runner-ip>:8080. The default password is `ChangeMe!`
```

Activate the License:
Expand Down

0 comments on commit 816dca0

Please sign in to comment.