From 54ebc6ec2fabb2d53d0a5749b670ae4a21e074e9 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Thu, 27 Dec 2018 16:34:35 -0600 Subject: [PATCH] install the tzdata package from scripts Fixes #53 --- scripts/setup-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 62e6825..158f9f6 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -58,7 +58,7 @@ sudo_warn # Setup all apt packages we need # echo_info -x 'Preparing and downloading packages we need...' -PKGS="build-essential pkg-config sqlite3" +PKGS="build-essential pkg-config sqlite3 tzdata" #PKGS="$PKGS libavcodec-dev libavformat-dev libavutil-dev" PKGS="$PKGS libncurses5-dev libncursesw5-dev" PKGS="$PKGS libsqlite3-dev libssl-dev"