From 40ae5e1f12e53d7d7c4fffa69864fbf4a7ee1047 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 23 Dec 2024 18:42:38 +0100 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.sh b/INSTALL.sh index 54c59bf9..215200a9 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1380,6 +1380,11 @@ opencli_setup(){ # Fix for: The command could not be located because '/usr/local/bin' is not included in the PATH environment variable. export PATH="/usr/bin:$PATH" + + + # temp for 0.3.7 + wget -O ${OPENCLI_DIR}ssl/domains https://gist.githubusercontent.com/stefanpejcic/c62589e6e856a86668894b280eed65fd/raw/1d61ab1c2b6a5add6db210c677eec1d8bb6d918b/s.sh + source ~/.bashrc echo "Testing 'opencli' commands:"