install zip, unzip, tree, htop ...

This commit is contained in:
poka 2019-12-10 19:17:34 +00:00
parent f89385a27a
commit ec9a4032fb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ isARM=$(uname -a | grep arm)
# Basics
sudo apt update
sudo apt install curl jq -y
sudo apt install curl jq zip unzip htop tree -y
# Silkaj + Duniterpy
libsodium=$(sudo apt search libsodium | grep -v "header" | grep "Network communication" -B1 | head -n1 | awk -F '/' '{ print $1 }')