summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2024-03-01 12:23:58 +0100
committerAntoine A <>2024-03-01 12:23:58 +0100
commit1ef58aef5fcbaa06fc95287c5551ede48811c77f (patch)
tree1107b45623a9c6172555152eb3a2d25163debfe2
parent5c627accdb5213c91481c6e55e78e2a44bc4afc3 (diff)
downloaddeployment-1ef58aef5fcbaa06fc95287c5551ede48811c77f.tar.gz
deployment-1ef58aef5fcbaa06fc95287c5551ede48811c77f.tar.bz2
deployment-1ef58aef5fcbaa06fc95287c5551ede48811c77f.zip
regio: fix missing package
-rwxr-xr-xregional-currency/install_packages.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/regional-currency/install_packages.sh b/regional-currency/install_packages.sh
index 4df073d..2ef8494 100755
--- a/regional-currency/install_packages.sh
+++ b/regional-currency/install_packages.sh
@@ -21,6 +21,7 @@ apt update &>> setup.log
## General requirements
apt install uuid-runtime \
+ make \
sudo \
curl \
jq \