From b497dc4f6eef9a14e9853ebf24ead46e8954c351 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Sun, 9 Aug 2020 01:20:34 +0200 Subject: [PATCH] fix installing tree --- binder/apt.txt | 1 + binder/postBuild | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/apt.txt b/binder/apt.txt index 1d1ab49a..e416b9d2 100644 --- a/binder/apt.txt +++ b/binder/apt.txt @@ -1,2 +1,3 @@ octave liboctave-dev +tree diff --git a/binder/postBuild b/binder/postBuild index e0ce1aac..effa7ebe 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -1,4 +1,3 @@ cd ${HOME} cd lib/JSONio; mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS; cd .. -sudo apt-get install tree