Skip to content

Commit 5ac215a

Browse files
mrjones-plipibuler
authored andcommitted
add gettext to prepare_install()
1 parent 11ac5ff commit 5ac215a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function install_soft() {
2525
}
2626

2727
function prepare_install() {
28-
for i in curl wget tar iptables; do
28+
for i in curl wget tar iptables gettext; do
2929
command -v $i &>/dev/null || install_soft $i
3030
done
3131
}

0 commit comments

Comments
 (0)