From 54defa0eb5cee7b878c7c7fec2665073f686db4b Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 9 Dec 2019 20:41:42 +0100 Subject: [PATCH] Fix mono command (#21) --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index f693350..6a27961 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,5 @@ #!/bin/sh set -e +ln -sf /opt opt mono /opt/chocolatey/choco.exe ${INPUT_ARGS:-$@} --allow-unofficial --yes