From 64fce6b4823aec9d48361bce33653c3146f07fc7 Mon Sep 17 00:00:00 2001 From: "Marios S. Kyriakou" Date: Wed, 4 Dec 2024 15:39:21 +0200 Subject: [PATCH] Delete postInstall --- postInstall | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 postInstall diff --git a/postInstall b/postInstall deleted file mode 100644 index 691cddf..0000000 --- a/postInstall +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -set -e -curl -L https://github.com/OpenWaterAnalytics/EPANET-Matlab-Toolkit/archive/v2.2.1.tar.gz | tar xz -cd EPANET-Matlab-Toolkit-2.2.1 -cd epanet_matlab_toolkit -mv ./glnx/libepanet2.so libepanet.so -matlab -nodisplay -r "addpath(genpath('$PWD')); savepath" \ No newline at end of file