From 0741393ee00e14923a18c671e9284535f0e5b1cb Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Mon, 28 Sep 2020 18:42:20 -0700 Subject: [PATCH] Another fix for Ante --- scripts/docker-install-phase4.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/docker-install-phase4.bash b/scripts/docker-install-phase4.bash index d6bca4e..94d2a2c 100755 --- a/scripts/docker-install-phase4.bash +++ b/scripts/docker-install-phase4.bash @@ -39,6 +39,9 @@ wget -nv https://github.com/raxod502/riju-cdn/releases/download/ante-0.8.0-d2c43 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 ln -s /opt/ante/ante /usr/local/bin/ +wget -nv https://github.com/raxod502/riju-cdn/releases/download/ante-0.8.0-d2c43992e0c7a4c1942d5c097233f4f7638a1ee6/stdlib.tar.gz +tar -xf stdlib.tar.gz -C /opt/ante +rm stdlib.tar.gz # Ante (Cards) wget -nv https://github.com/michaeldv/ante/raw/master/ante.rb -O /usr/local/bin/ante-cards