From: Silvio Rhatto Date: Fri, 29 Jan 2021 21:58:28 +0000 (-0300) Subject: Feat: provision: make vendor X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9957a18642f471f088ca6bb18d62f33f28008e5b;p=csv-hasher.git Feat: provision: make vendor --- diff --git a/bin/provision b/bin/provision index df1ef5a..6c4930b 100755 --- a/bin/provision +++ b/bin/provision @@ -17,5 +17,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# Parameters +DIRNAME="`dirname $0`" + # Setuo pipenv sudo apt install -y pipenv + +# Vendor +make -C $DIRNAME/.. vendor