diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/provision | 6 |
1 files changed, 6 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. +# Parameters +DIRNAME="`dirname $0`" + # Setuo pipenv sudo apt install -y pipenv + +# Vendor +make -C $DIRNAME/.. vendor |