From 10561f523e7077993dc16455d2d9dde75796ee33 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 15:31:37 -0600 Subject: [PATCH] sudo install tree --- drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index 58bb809..c02ec95 100644 --- a/drone.yml +++ b/drone.yml @@ -12,7 +12,7 @@ steps: - "npm install" - "node node_modules/@angular/cli/bin/ng build --prod --configuration=production" - "cd ../" - - "apt install tree" + - "sudo apt install tree" - "tree" when: event: