From 9957a18642f471f088ca6bb18d62f33f28008e5b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 29 Jan 2021 18:58:28 -0300 Subject: Feat: provision: make vendor --- bin/provision | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin') 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 -- cgit v1.2.3