From 37213eece0a46211d24f8855c95967fad8e5407a Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 4 Jun 2022 00:54:03 +0700 Subject: [PATCH] Install gettext-base --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 42a7c4e..3d1fa2d 100755 --- a/scripts/install +++ b/scripts/install @@ -88,7 +88,7 @@ update_apt() { } install_apt_deps() { - sudo apt-get install --yes fswatch jq rsync curl git + sudo apt-get install --yes fswatch jq rsync curl git gettext-base } install_avahi() {