From bd9a6d0ab3077a63898b3559cbac713635a347e4 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 3 Oct 2020 20:19:55 -0700 Subject: [PATCH] WIP: AutoIt --- scripts/docker-install-phase4.bash | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/docker-install-phase4.bash b/scripts/docker-install-phase4.bash index 6bfda4d..6fa96dd 100755 --- a/scripts/docker-install-phase4.bash +++ b/scripts/docker-install-phase4.bash @@ -66,6 +66,12 @@ wget -nv "ftp://ftp.gnu.org/gnu/apl/${file}" dpkg -i apl_*_amd64.deb rm apl_*_amd64.deb +# AutoIt +wget -nv https://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3.zip -O autoit.zip +unzip autoit.zip + +rm autoit.zip + # Boo wget -nv https://github.com/boo-lang/boo/releases/download/unstable/boo-latest.zip unzip boo-latest.zip