From ed0edd4ac6341a97f643fe4e6da9d424a8d28bb3 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 19 Aug 2024 17:02:38 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index 5caa2f62..2290346b 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1050,13 +1050,6 @@ opencli_setup(){ rm /tmp/opencli.tar.gz > /dev/null 2>&1 rm -rf /tmp/opencli > /dev/null 2>&1 - - #TEMP for 0.2.5 - wget -O /usr/local/admin/scripts/server/recreate_hosts https://gist.githubusercontent.com/stefanpejcic/26a59824da0d239683b476b1c26189ae/raw/90218d75538f44a15304129f4cc784fe1f066d92/recreate.sh > /dev/null 2>&1 - wget -O /usr/local/admin/scripts/domains/add https://gist.githubusercontent.com/stefanpejcic/425f5a238d688b9d327ebbcccb893b70/raw/6279066fa074a4c01bdf43a8ff8d8b4e66345a74/temp_dom_add_fix_for_apache.sh > /dev/null 2>&1 - - - cp /usr/local/admin/scripts/opencli /usr/local/bin/opencli chmod +x /usr/local/bin/opencli > /dev/null 2>&1 chmod +x -R /usr/local/admin/scripts/ > /dev/null 2>&1