From ca5d30099ecbfd08552aeefb0adbc5fc4740a75a Mon Sep 17 00:00:00 2001 From: Andrejus Date: Thu, 25 Jan 2024 00:40:01 +0000 Subject: [PATCH] feat: add zsh apt package --- script/install_config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/install_config.json b/script/install_config.json index 09df6d7..4ce56d2 100644 --- a/script/install_config.json +++ b/script/install_config.json @@ -81,7 +81,8 @@ "terraform", "tmux", "unzip", - "yarn" + "yarn", + "zsh" ], "node_dependencies": [ "firebase-tools", @@ -111,4 +112,4 @@ "target": "SSH" } ] -} \ No newline at end of file +}