From 4c1e66c8ee032d08e556d2eaab651031e4d8f964 Mon Sep 17 00:00:00 2001 From: ShiCheng Lu Date: Sat, 27 May 2023 16:34:09 -0400 Subject: [PATCH] no recommends tzdata --- requirements.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.sh b/requirements.sh index 6c4663e..6c34697 100644 --- a/requirements.sh +++ b/requirements.sh @@ -16,6 +16,7 @@ add_line_if_dne () { } apt-get update +apt-get -y install --no-recommends tzdata echo "==> Install common tools" apt-get -y install tmux