From 0f76de5910445511c2682a2b1cb3b9a8543cfe6c Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Mon, 28 Sep 2020 08:27:46 -0700 Subject: [PATCH] Fix for Ante --- scripts/docker-install-phase4.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docker-install-phase4.bash b/scripts/docker-install-phase4.bash index 75e6352..d6bca4e 100755 --- a/scripts/docker-install-phase4.bash +++ b/scripts/docker-install-phase4.bash @@ -34,6 +34,7 @@ mv linux/*.so* /usr/lib/x86_64-linux-gnu/ rm -rf linux linux-latest.tar.gz # Ante +mkdir /opt/ante wget -nv https://github.com/raxod502/riju-cdn/releases/download/ante-0.8.0-d2c43992e0c7a4c1942d5c097233f4f7638a1ee6/ante -O /opt/ante/ante chmod +x /opt/ante/ante wget -nv https://github.com/raxod502/riju-cdn/releases/download/ante-0.8.0-d2c43992e0c7a4c1942d5c097233f4f7638a1ee6/libantecommon.so -O /opt/ante/libantecommon.so